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