#2ccedf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
44, 206, 223
HSL
186°, 74%, 52%
CMYK
80, 8, 0, 13
Luminance
0.5001
Every format
| HEX | #2ccedf |
| RGB | rgb(44, 206, 223) |
| HSL | hsl(186, 74%, 52%) |
| CMYK | cmyk(80%, 8%, 0%, 13%) |
| LAB | lab(76.1 -33.7 -19.9) |
| LCH | lch(76.1 39.1 210.5) |
| OKLCH | oklch(0.781 0.126 206.0) |
Copy-ready code
/* CSS */
color: #2ccedf;
background-color: #2ccedf;
/* Tailwind (arbitrary) */
class="text-[#2ccedf] bg-[#2ccedf]"
/* SCSS */
$brand: #2ccedf;
/* SwiftUI */
Color(red: 0.173, green: 0.808, blue: 0.875)
/* Android */
Color.parseColor("#2ccedf")Accessibility — WCAG contrast
Aa
#2ccedf on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ccedf on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green80.8%
Blue87.5%
CMYK percentages
Cyan80.3%
Magenta7.6%
Yellow0.0%
Key (black)12.5%
Color previews
#2ccedf text on a black background
contrast 11.00:1
Card sample
#2ccedf text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ccedf;
Background color
Panel with #2ccedf background
background-color: #2ccedf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ccedf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 206, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 206, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ccedf; background: linear-gradient(135deg, #2ccedf, #2C57DF);