#2f879c
a dark, vivid cyan · cool · closest name: teal
RGB
47, 135, 156
HSL
192°, 54%, 40%
CMYK
70, 14, 0, 39
Luminance
0.2033
Every format
| HEX | #2f879c |
| RGB | rgb(47, 135, 156) |
| HSL | hsl(192, 54%, 40%) |
| CMYK | cmyk(70%, 14%, 0%, 39%) |
| LAB | lab(52.2 -18.9 -18.8) |
| LCH | lch(52.2 26.6 224.9) |
| OKLCH | oklch(0.581 0.087 216.8) |
Copy-ready code
/* CSS */
color: #2f879c;
background-color: #2f879c;
/* Tailwind (arbitrary) */
class="text-[#2f879c] bg-[#2f879c]"
/* SCSS */
$brand: #2f879c;
/* SwiftUI */
Color(red: 0.184, green: 0.529, blue: 0.612)
/* Android */
Color.parseColor("#2f879c")Accessibility — WCAG contrast
Aa
#2f879c on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2f879c on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green52.9%
Blue61.2%
CMYK percentages
Cyan69.9%
Magenta13.5%
Yellow0.0%
Key (black)38.8%
Color previews
#2f879c text on a black background
contrast 5.07:1
Card sample
#2f879c text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f879c;
Background color
Panel with #2f879c background
background-color: #2f879c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f879c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 135, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 135, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f879c; background: linear-gradient(135deg, #2f879c, #2F3E9C);