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