#2f97cb
a balanced, vivid blue · cool · closest name: steelblue
RGB
47, 151, 203
HSL
200°, 62%, 49%
CMYK
77, 26, 0, 20
Luminance
0.2705
Every format
| HEX | #2f97cb |
| RGB | rgb(47, 151, 203) |
| HSL | hsl(200, 62%, 49%) |
| CMYK | cmyk(77%, 26%, 0%, 20%) |
| LAB | lab(59.0 -11.7 -35.1) |
| LCH | lch(59.0 37.0 251.5) |
| OKLCH | oklch(0.641 0.120 235.4) |
Copy-ready code
/* CSS */
color: #2f97cb;
background-color: #2f97cb;
/* Tailwind (arbitrary) */
class="text-[#2f97cb] bg-[#2f97cb]"
/* SCSS */
$brand: #2f97cb;
/* SwiftUI */
Color(red: 0.184, green: 0.592, blue: 0.796)
/* Android */
Color.parseColor("#2f97cb")Accessibility — WCAG contrast
Aa
#2f97cb on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2f97cb on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green59.2%
Blue79.6%
CMYK percentages
Cyan76.8%
Magenta25.6%
Yellow0.0%
Key (black)20.4%
Color previews
#2f97cb text on a black background
contrast 6.41:1
Card sample
#2f97cb text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f97cb;
Background color
Panel with #2f97cb background
background-color: #2f97cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f97cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 151, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 151, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f97cb; background: linear-gradient(135deg, #2f97cb, #2F2FCB);