HSL(198, 68%, 44%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(198,68%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(198, 68%, 44%) | color: hsl(198, 68%, 44%) | |
| HEX | #248FBC | color: #248FBC | |
| RGB | rgb(36, 143, 188) | color: rgb(36, 143, 188) | |
| CMYK | cmyk(81%, 24%, 0%, 26%) | — | |
| HSV | hsv(198, 81%, 74%) | — | |
| HWB | hwb(198 14% 26%) | color: hwb(198 14% 26%) | |
| OKLCH | oklch(0.6123 0.1139 231.77) | color: oklch(0.6123 0.1139 231.77) | |
| Lab | lab(55.73 -13.68 -31.74) | color: lab(55.73 -13.68 -31.74) | |
| LCH | lch(55.73 34.56 246.68) | color: lch(55.73 34.56 246.68) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#5253B1 — rgb(82, 83, 177)
Deuteranopia (Green-blind)
#4C44AF — rgb(76, 68, 175)
Tritanopia (Blue-blind)
#29A9A7 — rgb(41, 169, 167)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(198, 68%, 44%);
text
color: hsl(198, 68%, 44%);
border
border: 2px solid hsl(198, 68%, 44%);
gradient light
background: linear-gradient(to right, hsl(198, 68%, 64%), hsl(198, 68%, 44%));
gradient dark
background: linear-gradient(to right, hsl(198, 68%, 44%), hsl(198, 68%, 24%))
hex
background-color: #248FBC;
tailwind
bg-[hsl(198,68%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(198, 68%, 44%, 0.4);
css variable
--color-primary: hsl(198, 68%, 44%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(198, 68%, 44%)?
HEX: #248FBC | RGB: rgb(36, 143, 188) | CMYK: 81%, 24%, 0%, 26% | HSV: 198°, 81%, 74%. Copy any format from the conversion table above.
What colors go well with #248FBC?
The complementary color is HSL(18, 68%, 44%). For a triadic harmony, use hues 198°, 318°, and 78°. For analogous combinations, try hues 168° and 228°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(198, 68%, 44%) in CSS?
As HSL: color: hsl(198, 68%, 44%); — As HEX: color: #248FBC; — As RGB: color: rgb(36, 143, 188); — Tailwind CSS: bg-[hsl(198,68%,44%)] — CSS variable: --color-primary: hsl(198, 68%, 44%);