#00c0ff
a balanced, electric cyan · cool · closest name: skyblue
RGB
0, 192, 255
HSL
195°, 100%, 50%
CMYK
100, 25, 0, 0
Luminance
0.4492
Every format
| HEX | #00c0ff |
| RGB | rgb(0, 192, 255) |
| HSL | hsl(195, 100%, 50%) |
| CMYK | cmyk(100%, 25%, 0%, 0%) |
| LAB | lab(72.8 -18.2 -42.1) |
| LCH | lch(72.8 45.9 246.6) |
| OKLCH | oklch(0.758 0.153 231.1) |
Copy-ready code
/* CSS */
color: #00c0ff;
background-color: #00c0ff;
/* Tailwind (arbitrary) */
class="text-[#00c0ff] bg-[#00c0ff]"
/* SCSS */
$brand: #00c0ff;
/* SwiftUI */
Color(red: 0.000, green: 0.753, blue: 1.000)
/* Android */
Color.parseColor("#00c0ff")Accessibility — WCAG contrast
Aa
#00c0ff on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00c0ff on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green75.3%
Blue100.0%
CMYK percentages
Cyan100.0%
Magenta24.7%
Yellow0.0%
Key (black)0.0%
Color previews
#00c0ff text on a black background
contrast 9.98:1
Card sample
#00c0ff text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00c0ff;
Background color
Panel with #00c0ff background
background-color: #00c0ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00c0ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 192, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 192, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00c0ff; background: linear-gradient(135deg, #00c0ff, #0016FF);