#0ccafb
a balanced, electric cyan · cool · closest name: skyblue
RGB
12, 202, 251
HSL
192°, 97%, 52%
CMYK
95, 20, 0, 2
Luminance
0.4928
Every format
| HEX | #0ccafb |
| RGB | rgb(12, 202, 251) |
| HSL | hsl(192, 97%, 52%) |
| CMYK | cmyk(95%, 20%, 0%, 2%) |
| LAB | lab(75.6 -24.4 -35.6) |
| LCH | lch(75.6 43.2 235.6) |
| OKLCH | oklch(0.780 0.145 223.7) |
Copy-ready code
/* CSS */
color: #0ccafb;
background-color: #0ccafb;
/* Tailwind (arbitrary) */
class="text-[#0ccafb] bg-[#0ccafb]"
/* SCSS */
$brand: #0ccafb;
/* SwiftUI */
Color(red: 0.047, green: 0.792, blue: 0.984)
/* Android */
Color.parseColor("#0ccafb")Accessibility — WCAG contrast
Aa
#0ccafb on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ccafb on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green79.2%
Blue98.4%
CMYK percentages
Cyan95.2%
Magenta19.5%
Yellow0.0%
Key (black)1.6%
Color previews
#0ccafb text on a black background
contrast 10.86:1
Card sample
#0ccafb text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ccafb;
Background color
Panel with #0ccafb background
background-color: #0ccafb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ccafb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 202, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 202, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ccafb; background: linear-gradient(135deg, #0ccafb, #0C2BFB);