#0caccf
a dark, electric cyan · cool · closest name: skyblue
RGB
12, 172, 207
HSL
191°, 89%, 43%
CMYK
94, 17, 0, 19
Luminance
0.3409
Every format
| HEX | #0caccf |
| RGB | rgb(12, 172, 207) |
| HSL | hsl(191, 89%, 43%) |
| CMYK | cmyk(94%, 17%, 0%, 19%) |
| LAB | lab(65.0 -24.0 -28.0) |
| LCH | lch(65.0 36.9 229.4) |
| OKLCH | oklch(0.689 0.123 219.5) |
Copy-ready code
/* CSS */
color: #0caccf;
background-color: #0caccf;
/* Tailwind (arbitrary) */
class="text-[#0caccf] bg-[#0caccf]"
/* SCSS */
$brand: #0caccf;
/* SwiftUI */
Color(red: 0.047, green: 0.675, blue: 0.812)
/* Android */
Color.parseColor("#0caccf")Accessibility — WCAG contrast
Aa
#0caccf on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0caccf on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green67.5%
Blue81.2%
CMYK percentages
Cyan94.2%
Magenta16.9%
Yellow0.0%
Key (black)18.8%
Color previews
#0caccf text on a black background
contrast 7.82:1
Card sample
#0caccf text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0caccf;
Background color
Panel with #0caccf background
background-color: #0caccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0caccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 172, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 172, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0caccf; background: linear-gradient(135deg, #0caccf, #0C2ACF);