#2f8dce
a balanced, vivid blue · cool · closest name: steelblue
RGB
47, 141, 206
HSL
205°, 63%, 50%
CMYK
77, 32, 0, 19
Luminance
0.2411
Every format
| HEX | #2f8dce |
| RGB | rgb(47, 141, 206) |
| HSL | hsl(205, 63%, 50%) |
| CMYK | cmyk(77%, 32%, 0%, 19%) |
| LAB | lab(56.2 -5.0 -41.2) |
| LCH | lch(56.2 41.5 263.1) |
| OKLCH | oklch(0.619 0.131 243.6) |
Copy-ready code
/* CSS */
color: #2f8dce;
background-color: #2f8dce;
/* Tailwind (arbitrary) */
class="text-[#2f8dce] bg-[#2f8dce]"
/* SCSS */
$brand: #2f8dce;
/* SwiftUI */
Color(red: 0.184, green: 0.553, blue: 0.808)
/* Android */
Color.parseColor("#2f8dce")Accessibility — WCAG contrast
Aa
#2f8dce on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2f8dce on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green55.3%
Blue80.8%
CMYK percentages
Cyan77.2%
Magenta31.6%
Yellow0.0%
Key (black)19.2%
Color previews
#2f8dce text on a black background
contrast 5.82:1
Card sample
#2f8dce text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f8dce;
Background color
Panel with #2f8dce background
background-color: #2f8dce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f8dce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 141, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 141, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f8dce; background: linear-gradient(135deg, #2f8dce, #3B2FCE);