#2fd9ee
a balanced, electric cyan · cool · closest name: skyblue
RGB
47, 217, 238
HSL
187°, 85%, 56%
CMYK
80, 9, 0, 7
Luminance
0.5640
Every format
| HEX | #2fd9ee |
| RGB | rgb(47, 217, 238) |
| HSL | hsl(187, 85%, 56%) |
| CMYK | cmyk(80%, 9%, 0%, 7%) |
| LAB | lab(79.8 -34.0 -22.2) |
| LCH | lch(79.8 40.6 213.1) |
| OKLCH | oklch(0.813 0.132 207.9) |
Copy-ready code
/* CSS */
color: #2fd9ee;
background-color: #2fd9ee;
/* Tailwind (arbitrary) */
class="text-[#2fd9ee] bg-[#2fd9ee]"
/* SCSS */
$brand: #2fd9ee;
/* SwiftUI */
Color(red: 0.184, green: 0.851, blue: 0.933)
/* Android */
Color.parseColor("#2fd9ee")Accessibility — WCAG contrast
Aa
#2fd9ee on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fd9ee on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green85.1%
Blue93.3%
CMYK percentages
Cyan80.3%
Magenta8.8%
Yellow0.0%
Key (black)6.7%
Color previews
#2fd9ee text on a black background
contrast 12.28:1
Card sample
#2fd9ee text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fd9ee;
Background color
Panel with #2fd9ee background
background-color: #2fd9ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fd9ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 217, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 217, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fd9ee; background: linear-gradient(135deg, #2fd9ee, #2F5AEE);