#00c4f5
a balanced, electric cyan · cool · closest name: skyblue
RGB
0, 196, 245
HSL
192°, 100%, 48%
CMYK
100, 20, 0, 4
Luminance
0.4607
Every format
| HEX | #00c4f5 |
| RGB | rgb(0, 196, 245) |
| HSL | hsl(192, 100%, 48%) |
| CMYK | cmyk(100%, 20%, 0%, 4%) |
| LAB | lab(73.6 -23.7 -35.5) |
| LCH | lch(73.6 42.7 236.3) |
| OKLCH | oklch(0.762 0.143 224.2) |
Copy-ready code
/* CSS */
color: #00c4f5;
background-color: #00c4f5;
/* Tailwind (arbitrary) */
class="text-[#00c4f5] bg-[#00c4f5]"
/* SCSS */
$brand: #00c4f5;
/* SwiftUI */
Color(red: 0.000, green: 0.769, blue: 0.961)
/* Android */
Color.parseColor("#00c4f5")Accessibility — WCAG contrast
Aa
#00c4f5 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00c4f5 on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green76.9%
Blue96.1%
CMYK percentages
Cyan100.0%
Magenta20.0%
Yellow0.0%
Key (black)3.9%
Color previews
#00c4f5 text on a black background
contrast 10.21:1
Card sample
#00c4f5 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00c4f5;
Background color
Panel with #00c4f5 background
background-color: #00c4f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00c4f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 196, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 196, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00c4f5; background: linear-gradient(135deg, #00c4f5, #0021F5);