#2f9dae
a dark, vivid cyan · cool · closest name: teal
RGB
47, 157, 174
HSL
188°, 58%, 43%
CMYK
73, 10, 0, 32
Luminance
0.2777
Every format
| HEX | #2f9dae |
| RGB | rgb(47, 157, 174) |
| HSL | hsl(188, 58%, 43%) |
| CMYK | cmyk(73%, 10%, 0%, 32%) |
| LAB | lab(59.7 -24.6 -17.7) |
| LCH | lch(59.7 30.3 215.8) |
| OKLCH | oklch(0.643 0.098 210.0) |
Copy-ready code
/* CSS */
color: #2f9dae;
background-color: #2f9dae;
/* Tailwind (arbitrary) */
class="text-[#2f9dae] bg-[#2f9dae]"
/* SCSS */
$brand: #2f9dae;
/* SwiftUI */
Color(red: 0.184, green: 0.616, blue: 0.682)
/* Android */
Color.parseColor("#2f9dae")Accessibility — WCAG contrast
Aa
#2f9dae on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2f9dae on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green61.6%
Blue68.2%
CMYK percentages
Cyan73.0%
Magenta9.8%
Yellow0.0%
Key (black)31.8%
Color previews
#2f9dae text on a black background
contrast 6.55:1
Card sample
#2f9dae text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f9dae;
Background color
Panel with #2f9dae background
background-color: #2f9dae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f9dae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 157, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 157, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f9dae; background: linear-gradient(135deg, #2f9dae, #2F48AE);