#2f8cb1
a dark, vivid cyan · cool · closest name: steelblue
RGB
47, 140, 177
HSL
197°, 58%, 44%
CMYK
73, 21, 0, 31
Luminance
0.2253
Every format
| HEX | #2f8cb1 |
| RGB | rgb(47, 140, 177) |
| HSL | hsl(197, 58%, 44%) |
| CMYK | cmyk(73%, 21%, 0%, 31%) |
| LAB | lab(54.6 -14.6 -27.2) |
| LCH | lch(54.6 30.9 241.8) |
| OKLCH | oklch(0.602 0.102 228.8) |
Copy-ready code
/* CSS */
color: #2f8cb1;
background-color: #2f8cb1;
/* Tailwind (arbitrary) */
class="text-[#2f8cb1] bg-[#2f8cb1]"
/* SCSS */
$brand: #2f8cb1;
/* SwiftUI */
Color(red: 0.184, green: 0.549, blue: 0.694)
/* Android */
Color.parseColor("#2f8cb1")Accessibility — WCAG contrast
Aa
#2f8cb1 on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2f8cb1 on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green54.9%
Blue69.4%
CMYK percentages
Cyan73.4%
Magenta20.9%
Yellow0.0%
Key (black)30.6%
Color previews
#2f8cb1 text on a black background
contrast 5.51:1
Card sample
#2f8cb1 text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f8cb1;
Background color
Panel with #2f8cb1 background
background-color: #2f8cb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f8cb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 140, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 140, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f8cb1; background: linear-gradient(135deg, #2f8cb1, #2F35B1);