#0ccbfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
12, 203, 253
HSL
192°, 98%, 52%
CMYK
95, 20, 0, 1
Luminance
0.4988
Every format
| HEX | #0ccbfd |
| RGB | rgb(12, 203, 253) |
| HSL | hsl(192, 98%, 52%) |
| CMYK | cmyk(95%, 20%, 0%, 1%) |
| LAB | lab(76.0 -24.3 -36.1) |
| LCH | lch(76.0 43.5 236.1) |
| OKLCH | oklch(0.783 0.146 224.1) |
Copy-ready code
/* CSS */
color: #0ccbfd;
background-color: #0ccbfd;
/* Tailwind (arbitrary) */
class="text-[#0ccbfd] bg-[#0ccbfd]"
/* SCSS */
$brand: #0ccbfd;
/* SwiftUI */
Color(red: 0.047, green: 0.796, blue: 0.992)
/* Android */
Color.parseColor("#0ccbfd")Accessibility — WCAG contrast
Aa
#0ccbfd on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ccbfd on black: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green79.6%
Blue99.2%
CMYK percentages
Cyan95.3%
Magenta19.8%
Yellow0.0%
Key (black)0.8%
Color previews
#0ccbfd text on a black background
contrast 10.98:1
Card sample
#0ccbfd text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ccbfd;
Background color
Panel with #0ccbfd background
background-color: #0ccbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ccbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 203, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 203, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ccbfd; background: linear-gradient(135deg, #0ccbfd, #0C2BFD);