#2defee
a balanced, electric cyan · cool · closest name: cyan
RGB
45, 239, 238
HSL
180°, 86%, 56%
CMYK
81, 0, 0, 6
Luminance
0.6846
Every format
| HEX | #2defee |
| RGB | rgb(45, 239, 238) |
| HSL | hsl(180, 86%, 56%) |
| CMYK | cmyk(81%, 0%, 0%, 6%) |
| LAB | lab(86.2 -44.2 -12.5) |
| LCH | lch(86.2 46.0 195.8) |
| OKLCH | oklch(0.865 0.141 194.3) |
Copy-ready code
/* CSS */
color: #2defee;
background-color: #2defee;
/* Tailwind (arbitrary) */
class="text-[#2defee] bg-[#2defee]"
/* SCSS */
$brand: #2defee;
/* SwiftUI */
Color(red: 0.176, green: 0.937, blue: 0.933)
/* Android */
Color.parseColor("#2defee")Accessibility — WCAG contrast
Aa
#2defee on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2defee on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green93.7%
Blue93.3%
CMYK percentages
Cyan81.2%
Magenta0.0%
Yellow0.4%
Key (black)6.3%
Color previews
#2defee text on a black background
contrast 14.69:1
Card sample
#2defee text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2defee;
Background color
Panel with #2defee background
background-color: #2defee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2defee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 239, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 239, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2defee; background: linear-gradient(135deg, #2defee, #2D6FEF);