#0cdee9
a balanced, electric cyan · cool · closest name: cyan
RGB
12, 222, 233
HSL
183°, 90%, 48%
CMYK
95, 5, 0, 9
Luminance
0.5820
Every format
| HEX | #0cdee9 |
| RGB | rgb(12, 222, 233) |
| HSL | hsl(183, 90%, 48%) |
| CMYK | cmyk(95%, 5%, 0%, 9%) |
| LAB | lab(80.8 -39.7 -18.0) |
| LCH | lch(80.8 43.6 204.4) |
| OKLCH | oklch(0.820 0.138 201.2) |
Copy-ready code
/* CSS */
color: #0cdee9;
background-color: #0cdee9;
/* Tailwind (arbitrary) */
class="text-[#0cdee9] bg-[#0cdee9]"
/* SCSS */
$brand: #0cdee9;
/* SwiftUI */
Color(red: 0.047, green: 0.871, blue: 0.914)
/* Android */
Color.parseColor("#0cdee9")Accessibility — WCAG contrast
Aa
#0cdee9 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cdee9 on black: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green87.1%
Blue91.4%
CMYK percentages
Cyan94.8%
Magenta4.7%
Yellow0.0%
Key (black)8.6%
Color previews
#0cdee9 text on a black background
contrast 12.64:1
Card sample
#0cdee9 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cdee9;
Background color
Panel with #0cdee9 background
background-color: #0cdee9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cdee9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 222, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 222, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cdee9; background: linear-gradient(135deg, #0cdee9, #0C4BE9);