#0accef
a balanced, electric cyan · cool · closest name: skyblue
RGB
10, 204, 239
HSL
189°, 92%, 49%
CMYK
96, 15, 0, 6
Luminance
0.4948
Every format
| HEX | #0accef |
| RGB | rgb(10, 204, 239) |
| HSL | hsl(189, 92%, 49%) |
| CMYK | cmyk(96%, 15%, 0%, 6%) |
| LAB | lab(75.8 -29.4 -29.0) |
| LCH | lch(75.8 41.3 224.6) |
| OKLCH | oklch(0.779 0.138 216.2) |
Copy-ready code
/* CSS */
color: #0accef;
background-color: #0accef;
/* Tailwind (arbitrary) */
class="text-[#0accef] bg-[#0accef]"
/* SCSS */
$brand: #0accef;
/* SwiftUI */
Color(red: 0.039, green: 0.800, blue: 0.937)
/* Android */
Color.parseColor("#0accef")Accessibility — WCAG contrast
Aa
#0accef on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0accef on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green80.0%
Blue93.7%
CMYK percentages
Cyan95.8%
Magenta14.6%
Yellow0.0%
Key (black)6.3%
Color previews
#0accef text on a black background
contrast 10.90:1
Card sample
#0accef text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0accef;
Background color
Panel with #0accef background
background-color: #0accef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0accef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 204, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 204, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0accef; background: linear-gradient(135deg, #0accef, #0A33EF);