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