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