#2deefd
a balanced, electric cyan · cool · closest name: cyan
RGB
45, 238, 253
HSL
184°, 98%, 58%
CMYK
82, 6, 0, 1
Luminance
0.6880
Every format
| HEX | #2deefd |
| RGB | rgb(45, 238, 253) |
| HSL | hsl(184, 98%, 58%) |
| CMYK | cmyk(82%, 6%, 0%, 1%) |
| LAB | lab(86.4 -39.4 -20.1) |
| LCH | lch(86.4 44.3 207.1) |
| OKLCH | oklch(0.868 0.141 203.4) |
Copy-ready code
/* CSS */
color: #2deefd;
background-color: #2deefd;
/* Tailwind (arbitrary) */
class="text-[#2deefd] bg-[#2deefd]"
/* SCSS */
$brand: #2deefd;
/* SwiftUI */
Color(red: 0.176, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#2deefd")Accessibility — WCAG contrast
Aa
#2deefd on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2deefd on black: 14.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green93.3%
Blue99.2%
CMYK percentages
Cyan82.2%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#2deefd text on a black background
contrast 14.76:1
Card sample
#2deefd text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2deefd;
Background color
Panel with #2deefd background
background-color: #2deefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2deefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2deefd; background: linear-gradient(135deg, #2deefd, #2D63FD);