#2f9dbf
a balanced, vivid cyan · cool · closest name: steelblue
RGB
47, 157, 191
HSL
194°, 61%, 47%
CMYK
75, 18, 0, 25
Luminance
0.2848
Every format
| HEX | #2f9dbf |
| RGB | rgb(47, 157, 191) |
| HSL | hsl(194, 61%, 47%) |
| CMYK | cmyk(75%, 18%, 0%, 25%) |
| LAB | lab(60.3 -19.1 -26.3) |
| LCH | lch(60.3 32.5 234.1) |
| OKLCH | oklch(0.650 0.108 223.2) |
Copy-ready code
/* CSS */
color: #2f9dbf;
background-color: #2f9dbf;
/* Tailwind (arbitrary) */
class="text-[#2f9dbf] bg-[#2f9dbf]"
/* SCSS */
$brand: #2f9dbf;
/* SwiftUI */
Color(red: 0.184, green: 0.616, blue: 0.749)
/* Android */
Color.parseColor("#2f9dbf")Accessibility — WCAG contrast
Aa
#2f9dbf on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2f9dbf on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green61.6%
Blue74.9%
CMYK percentages
Cyan75.4%
Magenta17.8%
Yellow0.0%
Key (black)25.1%
Color previews
#2f9dbf text on a black background
contrast 6.70:1
Card sample
#2f9dbf text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f9dbf;
Background color
Panel with #2f9dbf background
background-color: #2f9dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f9dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 157, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 157, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f9dbf; background: linear-gradient(135deg, #2f9dbf, #2F3DBF);