#2f8bab
a dark, vivid cyan · cool · closest name: steelblue
RGB
47, 139, 171
HSL
196°, 57%, 43%
CMYK
73, 19, 0, 33
Luminance
0.2201
Every format
| HEX | #2f8bab |
| RGB | rgb(47, 139, 171) |
| HSL | hsl(196, 57%, 43%) |
| CMYK | cmyk(73%, 19%, 0%, 33%) |
| LAB | lab(54.0 -16.1 -24.6) |
| LCH | lch(54.0 29.4 236.9) |
| OKLCH | oklch(0.597 0.097 225.4) |
Copy-ready code
/* CSS */
color: #2f8bab;
background-color: #2f8bab;
/* Tailwind (arbitrary) */
class="text-[#2f8bab] bg-[#2f8bab]"
/* SCSS */
$brand: #2f8bab;
/* SwiftUI */
Color(red: 0.184, green: 0.545, blue: 0.671)
/* Android */
Color.parseColor("#2f8bab")Accessibility — WCAG contrast
Aa
#2f8bab on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2f8bab on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green54.5%
Blue67.1%
CMYK percentages
Cyan72.5%
Magenta18.7%
Yellow0.0%
Key (black)32.9%
Color previews
#2f8bab text on a black background
contrast 5.40:1
Card sample
#2f8bab text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f8bab;
Background color
Panel with #2f8bab background
background-color: #2f8bab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f8bab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 139, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 139, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f8bab; background: linear-gradient(135deg, #2f8bab, #2F38AB);