#2f94af
a dark, vivid cyan · cool · closest name: steelblue
RGB
47, 148, 175
HSL
193°, 58%, 44%
CMYK
73, 15, 0, 31
Luminance
0.2488
Every format
| HEX | #2f94af |
| RGB | rgb(47, 148, 175) |
| HSL | hsl(193, 58%, 44%) |
| CMYK | cmyk(73%, 15%, 0%, 31%) |
| LAB | lab(57.0 -19.6 -22.4) |
| LCH | lch(57.0 29.8 228.9) |
| OKLCH | oklch(0.621 0.098 219.6) |
Copy-ready code
/* CSS */
color: #2f94af;
background-color: #2f94af;
/* Tailwind (arbitrary) */
class="text-[#2f94af] bg-[#2f94af]"
/* SCSS */
$brand: #2f94af;
/* SwiftUI */
Color(red: 0.184, green: 0.580, blue: 0.686)
/* Android */
Color.parseColor("#2f94af")Accessibility — WCAG contrast
Aa
#2f94af on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2f94af on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green58.0%
Blue68.6%
CMYK percentages
Cyan73.1%
Magenta15.4%
Yellow0.0%
Key (black)31.4%
Color previews
#2f94af text on a black background
contrast 5.98:1
Card sample
#2f94af text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f94af;
Background color
Panel with #2f94af background
background-color: #2f94af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f94af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 148, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 148, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f94af; background: linear-gradient(135deg, #2f94af, #2F3EAF);