#24efef
a balanced, electric cyan · cool · closest name: cyan
RGB
36, 239, 239
HSL
180°, 86%, 54%
CMYK
85, 0, 0, 6
Luminance
0.6834
Every format
| HEX | #24efef |
| RGB | rgb(36, 239, 239) |
| HSL | hsl(180, 86%, 54%) |
| CMYK | cmyk(85%, 0%, 0%, 6%) |
| LAB | lab(86.2 -44.5 -13.2) |
| LCH | lch(86.2 46.5 196.5) |
| OKLCH | oklch(0.864 0.143 194.8) |
Copy-ready code
/* CSS */
color: #24efef;
background-color: #24efef;
/* Tailwind (arbitrary) */
class="text-[#24efef] bg-[#24efef]"
/* SCSS */
$brand: #24efef;
/* SwiftUI */
Color(red: 0.141, green: 0.937, blue: 0.937)
/* Android */
Color.parseColor("#24efef")Accessibility — WCAG contrast
Aa
#24efef on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#24efef on black: 14.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green93.7%
Blue93.7%
CMYK percentages
Cyan84.9%
Magenta0.0%
Yellow0.0%
Key (black)6.3%
Color previews
#24efef text on a black background
contrast 14.67:1
Card sample
#24efef text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #24efef;
Background color
Panel with #24efef background
background-color: #24efef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #24efef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 239, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 239, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #24efef; background: linear-gradient(135deg, #24efef, #2468EF);