#2fbdcd
a balanced, vivid cyan · cool · closest name: skyblue
RGB
47, 189, 205
HSL
186°, 63%, 49%
CMYK
77, 8, 0, 20
Luminance
0.4141
Every format
| HEX | #2fbdcd |
| RGB | rgb(47, 189, 205) |
| HSL | hsl(186, 63%, 49%) |
| CMYK | cmyk(77%, 8%, 0%, 20%) |
| LAB | lab(70.5 -30.8 -18.6) |
| LCH | lch(70.5 36.0 211.1) |
| OKLCH | oklch(0.733 0.116 206.5) |
Copy-ready code
/* CSS */
color: #2fbdcd;
background-color: #2fbdcd;
/* Tailwind (arbitrary) */
class="text-[#2fbdcd] bg-[#2fbdcd]"
/* SCSS */
$brand: #2fbdcd;
/* SwiftUI */
Color(red: 0.184, green: 0.741, blue: 0.804)
/* Android */
Color.parseColor("#2fbdcd")Accessibility — WCAG contrast
Aa
#2fbdcd on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fbdcd on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green74.1%
Blue80.4%
CMYK percentages
Cyan77.1%
Magenta7.8%
Yellow0.0%
Key (black)19.6%
Color previews
#2fbdcd text on a black background
contrast 9.28:1
Card sample
#2fbdcd text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fbdcd;
Background color
Panel with #2fbdcd background
background-color: #2fbdcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fbdcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 189, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 189, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fbdcd; background: linear-gradient(135deg, #2fbdcd, #2F54CD);