#2fbfdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
47, 191, 223
HSL
191°, 73%, 53%
CMYK
79, 14, 0, 13
Luminance
0.4319
Every format
| HEX | #2fbfdf |
| RGB | rgb(47, 191, 223) |
| HSL | hsl(191, 73%, 53%) |
| CMYK | cmyk(79%, 14%, 0%, 13%) |
| LAB | lab(71.7 -26.1 -26.5) |
| LCH | lch(71.7 37.2 225.5) |
| OKLCH | oklch(0.745 0.123 217.0) |
Copy-ready code
/* CSS */
color: #2fbfdf;
background-color: #2fbfdf;
/* Tailwind (arbitrary) */
class="text-[#2fbfdf] bg-[#2fbfdf]"
/* SCSS */
$brand: #2fbfdf;
/* SwiftUI */
Color(red: 0.184, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#2fbfdf")Accessibility — WCAG contrast
Aa
#2fbfdf on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fbfdf on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green74.9%
Blue87.5%
CMYK percentages
Cyan78.9%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#2fbfdf text on a black background
contrast 9.64:1
Card sample
#2fbfdf text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fbfdf;
Background color
Panel with #2fbfdf background
background-color: #2fbfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fbfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fbfdf; background: linear-gradient(135deg, #2fbfdf, #2F4ADF);