#0cdbfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
12, 219, 253
HSL
189°, 98%, 52%
CMYK
95, 13, 0, 1
Luminance
0.5783
Every format
| HEX | #0cdbfd |
| RGB | rgb(12, 219, 253) |
| HSL | hsl(189, 98%, 52%) |
| CMYK | cmyk(95%, 13%, 0%, 1%) |
| LAB | lab(80.6 -32.1 -28.9) |
| LCH | lch(80.6 43.2 222.0) |
| OKLCH | oklch(0.820 0.143 214.4) |
Copy-ready code
/* CSS */
color: #0cdbfd;
background-color: #0cdbfd;
/* Tailwind (arbitrary) */
class="text-[#0cdbfd] bg-[#0cdbfd]"
/* SCSS */
$brand: #0cdbfd;
/* SwiftUI */
Color(red: 0.047, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#0cdbfd")Accessibility — WCAG contrast
Aa
#0cdbfd on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cdbfd on black: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green85.9%
Blue99.2%
CMYK percentages
Cyan95.3%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#0cdbfd text on a black background
contrast 12.57:1
Card sample
#0cdbfd text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cdbfd;
Background color
Panel with #0cdbfd background
background-color: #0cdbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cdbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cdbfd; background: linear-gradient(135deg, #0cdbfd, #0C3AFD);