#2f809c
a dark, vivid cyan · cool · closest name: steelblue
RGB
47, 128, 156
HSL
195°, 54%, 40%
CMYK
70, 18, 0, 39
Luminance
0.1844
Every format
| HEX | #2f809c |
| RGB | rgb(47, 128, 156) |
| HSL | hsl(195, 54%, 40%) |
| CMYK | cmyk(70%, 18%, 0%, 39%) |
| LAB | lab(50.0 -15.1 -22.1) |
| LCH | lch(50.0 26.8 235.8) |
| OKLCH | oklch(0.563 0.088 224.7) |
Copy-ready code
/* CSS */
color: #2f809c;
background-color: #2f809c;
/* Tailwind (arbitrary) */
class="text-[#2f809c] bg-[#2f809c]"
/* SCSS */
$brand: #2f809c;
/* SwiftUI */
Color(red: 0.184, green: 0.502, blue: 0.612)
/* Android */
Color.parseColor("#2f809c")Accessibility — WCAG contrast
Aa
#2f809c on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2f809c on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green50.2%
Blue61.2%
CMYK percentages
Cyan69.9%
Magenta17.9%
Yellow0.0%
Key (black)38.8%
Color previews
#2f809c text on a black background
contrast 4.69:1
Card sample
#2f809c text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f809c;
Background color
Panel with #2f809c background
background-color: #2f809c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f809c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 128, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 128, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f809c; background: linear-gradient(135deg, #2f809c, #2F379C);