#0cddf8
a balanced, electric cyan · cool · closest name: cyan
RGB
12, 221, 248
HSL
187°, 94%, 51%
CMYK
95, 11, 0, 3
Luminance
0.5857
Every format
| HEX | #0cddf8 |
| RGB | rgb(12, 221, 248) |
| HSL | hsl(187, 94%, 51%) |
| CMYK | cmyk(95%, 11%, 0%, 3%) |
| LAB | lab(81.0 -34.6 -25.7) |
| LCH | lch(81.0 43.1 216.5) |
| OKLCH | oklch(0.823 0.141 210.4) |
Copy-ready code
/* CSS */
color: #0cddf8;
background-color: #0cddf8;
/* Tailwind (arbitrary) */
class="text-[#0cddf8] bg-[#0cddf8]"
/* SCSS */
$brand: #0cddf8;
/* SwiftUI */
Color(red: 0.047, green: 0.867, blue: 0.973)
/* Android */
Color.parseColor("#0cddf8")Accessibility — WCAG contrast
Aa
#0cddf8 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cddf8 on black: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green86.7%
Blue97.3%
CMYK percentages
Cyan95.2%
Magenta10.9%
Yellow0.0%
Key (black)2.7%
Color previews
#0cddf8 text on a black background
contrast 12.71:1
Card sample
#0cddf8 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cddf8;
Background color
Panel with #0cddf8 background
background-color: #0cddf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cddf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 221, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 221, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cddf8; background: linear-gradient(135deg, #0cddf8, #0C40F8);