#00eaff
a balanced, electric cyan · cool · closest name: cyan
RGB
0, 234, 255
HSL
185°, 100%, 50%
CMYK
100, 8, 0, 0
Luminance
0.6607
Every format
| HEX | #00eaff |
| RGB | rgb(0, 234, 255) |
| HSL | hsl(185, 100%, 50%) |
| CMYK | cmyk(100%, 8%, 0%, 0%) |
| LAB | lab(85.0 -38.8 -23.3) |
| LCH | lch(85.0 45.2 211.0) |
| OKLCH | oklch(0.856 0.146 206.3) |
Copy-ready code
/* CSS */
color: #00eaff;
background-color: #00eaff;
/* Tailwind (arbitrary) */
class="text-[#00eaff] bg-[#00eaff]"
/* SCSS */
$brand: #00eaff;
/* SwiftUI */
Color(red: 0.000, green: 0.918, blue: 1.000)
/* Android */
Color.parseColor("#00eaff")Accessibility — WCAG contrast
Aa
#00eaff on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00eaff on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green91.8%
Blue100.0%
CMYK percentages
Cyan100.0%
Magenta8.2%
Yellow0.0%
Key (black)0.0%
Color previews
#00eaff text on a black background
contrast 14.21:1
Card sample
#00eaff text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00eaff;
Background color
Panel with #00eaff background
background-color: #00eaff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00eaff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 234, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 234, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00eaff; background: linear-gradient(135deg, #00eaff, #0040FF);