#0ccdfb
a balanced, electric cyan · cool · closest name: skyblue
RGB
12, 205, 251
HSL
192°, 97%, 52%
CMYK
95, 18, 0, 2
Luminance
0.5071
Every format
| HEX | #0ccdfb |
| RGB | rgb(12, 205, 251) |
| HSL | hsl(192, 97%, 52%) |
| CMYK | cmyk(95%, 18%, 0%, 2%) |
| LAB | lab(76.5 -25.9 -34.3) |
| LCH | lch(76.5 43.0 232.9) |
| OKLCH | oklch(0.787 0.144 221.9) |
Copy-ready code
/* CSS */
color: #0ccdfb;
background-color: #0ccdfb;
/* Tailwind (arbitrary) */
class="text-[#0ccdfb] bg-[#0ccdfb]"
/* SCSS */
$brand: #0ccdfb;
/* SwiftUI */
Color(red: 0.047, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#0ccdfb")Accessibility — WCAG contrast
Aa
#0ccdfb on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ccdfb on black: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green80.4%
Blue98.4%
CMYK percentages
Cyan95.2%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#0ccdfb text on a black background
contrast 11.14:1
Card sample
#0ccdfb text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ccdfb;
Background color
Panel with #0ccdfb background
background-color: #0ccdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ccdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ccdfb; background: linear-gradient(135deg, #0ccdfb, #0C2EFB);