#0ccadf
a balanced, electric cyan · cool · closest name: skyblue
RGB
12, 202, 223
HSL
186°, 90%, 46%
CMYK
95, 9, 0, 13
Luminance
0.4765
Every format
| HEX | #0ccadf |
| RGB | rgb(12, 202, 223) |
| HSL | hsl(186, 90%, 46%) |
| CMYK | cmyk(95%, 9%, 0%, 13%) |
| LAB | lab(74.6 -33.5 -22.1) |
| LCH | lch(74.6 40.2 213.4) |
| OKLCH | oklch(0.768 0.131 208.1) |
Copy-ready code
/* CSS */
color: #0ccadf;
background-color: #0ccadf;
/* Tailwind (arbitrary) */
class="text-[#0ccadf] bg-[#0ccadf]"
/* SCSS */
$brand: #0ccadf;
/* SwiftUI */
Color(red: 0.047, green: 0.792, blue: 0.875)
/* Android */
Color.parseColor("#0ccadf")Accessibility — WCAG contrast
Aa
#0ccadf on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ccadf on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green79.2%
Blue87.5%
CMYK percentages
Cyan94.6%
Magenta9.4%
Yellow0.0%
Key (black)12.5%
Color previews
#0ccadf text on a black background
contrast 10.53:1
Card sample
#0ccadf text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ccadf;
Background color
Panel with #0ccadf background
background-color: #0ccadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ccadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 202, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 202, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ccadf; background: linear-gradient(135deg, #0ccadf, #0C3DDF);