#0cddfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
12, 221, 253
HSL
188°, 98%, 52%
CMYK
95, 13, 0, 1
Luminance
0.5888
Every format
| HEX | #0cddfd |
| RGB | rgb(12, 221, 253) |
| HSL | hsl(188, 98%, 52%) |
| CMYK | cmyk(95%, 13%, 0%, 1%) |
| LAB | lab(81.2 -33.1 -28.1) |
| LCH | lch(81.2 43.4 220.3) |
| OKLCH | oklch(0.825 0.143 213.1) |
Copy-ready code
/* CSS */
color: #0cddfd;
background-color: #0cddfd;
/* Tailwind (arbitrary) */
class="text-[#0cddfd] bg-[#0cddfd]"
/* SCSS */
$brand: #0cddfd;
/* SwiftUI */
Color(red: 0.047, green: 0.867, blue: 0.992)
/* Android */
Color.parseColor("#0cddfd")Accessibility — WCAG contrast
Aa
#0cddfd on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cddfd on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green86.7%
Blue99.2%
CMYK percentages
Cyan95.3%
Magenta12.6%
Yellow0.0%
Key (black)0.8%
Color previews
#0cddfd text on a black background
contrast 12.78:1
Card sample
#0cddfd text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cddfd;
Background color
Panel with #0cddfd background
background-color: #0cddfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cddfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 221, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 221, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cddfd; background: linear-gradient(135deg, #0cddfd, #0C3CFD);