#2ceffd
a balanced, electric cyan · cool · closest name: cyan
RGB
44, 239, 253
HSL
184°, 98%, 58%
CMYK
83, 6, 0, 1
Luminance
0.6936
Every format
| HEX | #2ceffd |
| RGB | rgb(44, 239, 253) |
| HSL | hsl(184, 98%, 58%) |
| CMYK | cmyk(83%, 6%, 0%, 1%) |
| LAB | lab(86.7 -40.0 -19.7) |
| LCH | lch(86.7 44.6 206.3) |
| OKLCH | oklch(0.870 0.142 202.7) |
Copy-ready code
/* CSS */
color: #2ceffd;
background-color: #2ceffd;
/* Tailwind (arbitrary) */
class="text-[#2ceffd] bg-[#2ceffd]"
/* SCSS */
$brand: #2ceffd;
/* SwiftUI */
Color(red: 0.173, green: 0.937, blue: 0.992)
/* Android */
Color.parseColor("#2ceffd")Accessibility — WCAG contrast
Aa
#2ceffd on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ceffd on black: 14.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green93.7%
Blue99.2%
CMYK percentages
Cyan82.6%
Magenta5.5%
Yellow0.0%
Key (black)0.8%
Color previews
#2ceffd text on a black background
contrast 14.87:1
Card sample
#2ceffd text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ceffd;
Background color
Panel with #2ceffd background
background-color: #2ceffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ceffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 239, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 239, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ceffd; background: linear-gradient(135deg, #2ceffd, #2C64FD);