#00ebfe
a balanced, electric cyan · cool · closest name: cyan
RGB
0, 235, 254
HSL
185°, 100%, 50%
CMYK
100, 8, 0, 0
Luminance
0.6657
Every format
| HEX | #00ebfe |
| RGB | rgb(0, 235, 254) |
| HSL | hsl(185, 100%, 50%) |
| CMYK | cmyk(100%, 8%, 0%, 0%) |
| LAB | lab(85.3 -39.5 -22.4) |
| LCH | lch(85.3 45.4 209.5) |
| OKLCH | oklch(0.858 0.147 205.2) |
Copy-ready code
/* CSS */
color: #00ebfe;
background-color: #00ebfe;
/* Tailwind (arbitrary) */
class="text-[#00ebfe] bg-[#00ebfe]"
/* SCSS */
$brand: #00ebfe;
/* SwiftUI */
Color(red: 0.000, green: 0.922, blue: 0.996)
/* Android */
Color.parseColor("#00ebfe")Accessibility — WCAG contrast
Aa
#00ebfe on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00ebfe on black: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green92.2%
Blue99.6%
CMYK percentages
Cyan100.0%
Magenta7.5%
Yellow0.0%
Key (black)0.4%
Color previews
#00ebfe text on a black background
contrast 14.31:1
Card sample
#00ebfe text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00ebfe;
Background color
Panel with #00ebfe background
background-color: #00ebfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00ebfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 235, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 235, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00ebfe; background: linear-gradient(135deg, #00ebfe, #0042FE);