#0ccbdf
a balanced, electric cyan · cool · closest name: skyblue
RGB
12, 203, 223
HSL
186°, 90%, 46%
CMYK
95, 9, 0, 13
Luminance
0.4812
Every format
| HEX | #0ccbdf |
| RGB | rgb(12, 203, 223) |
| HSL | hsl(186, 90%, 46%) |
| CMYK | cmyk(95%, 9%, 0%, 13%) |
| LAB | lab(74.9 -34.0 -21.7) |
| LCH | lch(74.9 40.3 212.5) |
| OKLCH | oklch(0.770 0.131 207.4) |
Copy-ready code
/* CSS */
color: #0ccbdf;
background-color: #0ccbdf;
/* Tailwind (arbitrary) */
class="text-[#0ccbdf] bg-[#0ccbdf]"
/* SCSS */
$brand: #0ccbdf;
/* SwiftUI */
Color(red: 0.047, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#0ccbdf")Accessibility — WCAG contrast
Aa
#0ccbdf on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ccbdf on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green79.6%
Blue87.5%
CMYK percentages
Cyan94.6%
Magenta9.0%
Yellow0.0%
Key (black)12.5%
Color previews
#0ccbdf text on a black background
contrast 10.62:1
Card sample
#0ccbdf text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ccbdf;
Background color
Panel with #0ccbdf background
background-color: #0ccbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ccbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ccbdf; background: linear-gradient(135deg, #0ccbdf, #0C3EDF);