#2fadcc
a balanced, vivid cyan · cool · closest name: skyblue
RGB
47, 173, 204
HSL
192°, 63%, 49%
CMYK
77, 15, 0, 20
Luminance
0.3485
Every format
| HEX | #2fadcc |
| RGB | rgb(47, 173, 204) |
| HSL | hsl(192, 63%, 49%) |
| CMYK | cmyk(77%, 15%, 0%, 20%) |
| LAB | lab(65.6 -23.1 -25.4) |
| LCH | lch(65.6 34.4 227.7) |
| OKLCH | oklch(0.694 0.114 218.6) |
Copy-ready code
/* CSS */
color: #2fadcc;
background-color: #2fadcc;
/* Tailwind (arbitrary) */
class="text-[#2fadcc] bg-[#2fadcc]"
/* SCSS */
$brand: #2fadcc;
/* SwiftUI */
Color(red: 0.184, green: 0.678, blue: 0.800)
/* Android */
Color.parseColor("#2fadcc")Accessibility — WCAG contrast
Aa
#2fadcc on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fadcc on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green67.8%
Blue80.0%
CMYK percentages
Cyan77.0%
Magenta15.2%
Yellow0.0%
Key (black)20.0%
Color previews
#2fadcc text on a black background
contrast 7.97:1
Card sample
#2fadcc text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fadcc;
Background color
Panel with #2fadcc background
background-color: #2fadcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fadcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 173, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 173, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fadcc; background: linear-gradient(135deg, #2fadcc, #2F44CC);