#00fdfe
a balanced, electric cyan · cool · “cyan”
RGB
0, 253, 254
HSL
180°, 100%, 50%
CMYK
100, 0, 0, 0
Luminance
0.7741
Every format
| HEX | #00fdfe |
| RGB | rgb(0, 253, 254) |
| HSL | hsl(180, 100%, 50%) |
| CMYK | cmyk(100%, 0%, 0%, 0%) |
| LAB | lab(90.5 -47.5 -14.5) |
| LCH | lch(90.5 49.7 197.0) |
| OKLCH | oklch(0.900 0.154 195.3) |
Copy-ready code
/* CSS */
color: #00fdfe;
background-color: #00fdfe;
/* Tailwind (arbitrary) */
class="text-[#00fdfe] bg-[#00fdfe]"
/* SCSS */
$brand: #00fdfe;
/* SwiftUI */
Color(red: 0.000, green: 0.992, blue: 0.996)
/* Android */
Color.parseColor("#00fdfe")Accessibility — WCAG contrast
Aa
#00fdfe on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00fdfe on black: 16.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green99.2%
Blue99.6%
CMYK percentages
Cyan100.0%
Magenta0.4%
Yellow0.0%
Key (black)0.4%
Color previews
#00fdfe text on a black background
contrast 16.48:1
Card sample
#00fdfe text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00fdfe;
Background color
Panel with #00fdfe background
background-color: #00fdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00fdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 253, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 253, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00fdfe; background: linear-gradient(135deg, #00fdfe, #0054FE);