#2f9eb7
a balanced, vivid cyan · cool · closest name: teal
RGB
47, 158, 183
HSL
191°, 59%, 45%
CMYK
74, 14, 0, 28
Luminance
0.2848
Every format
| HEX | #2f9eb7 |
| RGB | rgb(47, 158, 183) |
| HSL | hsl(191, 59%, 45%) |
| CMYK | cmyk(74%, 14%, 0%, 28%) |
| LAB | lab(60.3 -22.2 -21.8) |
| LCH | lch(60.3 31.1 224.5) |
| OKLCH | oklch(0.649 0.102 216.4) |
Copy-ready code
/* CSS */
color: #2f9eb7;
background-color: #2f9eb7;
/* Tailwind (arbitrary) */
class="text-[#2f9eb7] bg-[#2f9eb7]"
/* SCSS */
$brand: #2f9eb7;
/* SwiftUI */
Color(red: 0.184, green: 0.620, blue: 0.718)
/* Android */
Color.parseColor("#2f9eb7")Accessibility — WCAG contrast
Aa
#2f9eb7 on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2f9eb7 on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green62.0%
Blue71.8%
CMYK percentages
Cyan74.3%
Magenta13.7%
Yellow0.0%
Key (black)28.2%
Color previews
#2f9eb7 text on a black background
contrast 6.70:1
Card sample
#2f9eb7 text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f9eb7;
Background color
Panel with #2f9eb7 background
background-color: #2f9eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f9eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 158, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 158, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f9eb7; background: linear-gradient(135deg, #2f9eb7, #2F43B7);