#04edeb
a balanced, electric cyan · cool · closest name: cyan
RGB
4, 237, 235
HSL
180°, 97%, 47%
CMYK
98, 0, 1, 7
Luminance
0.6659
Every format
| HEX | #04edeb |
| RGB | rgb(4, 237, 235) |
| HSL | hsl(180, 97%, 47%) |
| CMYK | cmyk(98%, 0%, 1%, 7%) |
| LAB | lab(85.3 -46.0 -12.4) |
| LCH | lch(85.3 47.6 195.1) |
| OKLCH | oklch(0.856 0.146 193.7) |
Copy-ready code
/* CSS */
color: #04edeb;
background-color: #04edeb;
/* Tailwind (arbitrary) */
class="text-[#04edeb] bg-[#04edeb]"
/* SCSS */
$brand: #04edeb;
/* SwiftUI */
Color(red: 0.016, green: 0.929, blue: 0.922)
/* Android */
Color.parseColor("#04edeb")Accessibility — WCAG contrast
Aa
#04edeb on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#04edeb on black: 14.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green92.9%
Blue92.2%
CMYK percentages
Cyan98.3%
Magenta0.0%
Yellow0.8%
Key (black)7.1%
Color previews
#04edeb text on a black background
contrast 14.32:1
Card sample
#04edeb text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #04edeb;
Background color
Panel with #04edeb background
background-color: #04edeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #04edeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 237, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 237, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #04edeb; background: linear-gradient(135deg, #04edeb, #0454ED);