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