HSL(200, 60%, 47%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(200,60%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(200, 60%, 47%) | color: hsl(200, 60%, 47%) | |
| HEX | #3090C0 | color: #3090C0 | |
| RGB | rgb(48, 144, 192) | color: rgb(48, 144, 192) | |
| CMYK | cmyk(75%, 25%, 0%, 25%) | — | |
| HSV | hsv(200, 75%, 75%) | — | |
| HWB | hwb(200 19% 25%) | color: hwb(200 19% 25%) | |
| OKLCH | oklch(0.6195 0.1131 234.96) | color: oklch(0.6195 0.1131 234.96) | |
| Lab | lab(56.46 -11.51 -32.85) | color: lab(56.46 -11.51 -32.85) | |
| LCH | lch(56.46 34.81 250.69) | color: lch(56.46 34.81 250.69) |
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)
#5A5AB4 — rgb(90, 90, 180)
Deuteranopia (Green-blind)
#544DB2 — rgb(84, 77, 178)
Tritanopia (Blue-blind)
#35ABA9 — rgb(53, 171, 169)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(200, 60%, 47%);
text
color: hsl(200, 60%, 47%);
border
border: 2px solid hsl(200, 60%, 47%);
gradient light
background: linear-gradient(to right, hsl(200, 60%, 67%), hsl(200, 60%, 47%));
gradient dark
background: linear-gradient(to right, hsl(200, 60%, 47%), hsl(200, 60%, 27%))
hex
background-color: #3090C0;
tailwind
bg-[hsl(200,60%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(200, 60%, 47%, 0.4);
css variable
--color-primary: hsl(200, 60%, 47%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(200, 60%, 47%)?
HEX: #3090C0 | RGB: rgb(48, 144, 192) | CMYK: 75%, 25%, 0%, 25% | HSV: 200°, 75%, 75%. Copy any format from the conversion table above.
What colors go well with #3090C0?
The complementary color is HSL(20, 60%, 47%). For a triadic harmony, use hues 200°, 320°, and 80°. For analogous combinations, try hues 170° and 230°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(200, 60%, 47%) in CSS?
As HSL: color: hsl(200, 60%, 47%); — As HEX: color: #3090C0; — As RGB: color: rgb(48, 144, 192); — Tailwind CSS: bg-[hsl(200,60%,47%)] — CSS variable: --color-primary: hsl(200, 60%, 47%);