#0fadce
a dark, electric cyan · cool · closest name: skyblue
RGB
15, 173, 206
HSL
190°, 86%, 43%
CMYK
93, 16, 0, 19
Luminance
0.3444
Every format
| HEX | #0fadce |
| RGB | rgb(15, 173, 206) |
| HSL | hsl(190, 86%, 43%) |
| CMYK | cmyk(93%, 16%, 0%, 19%) |
| LAB | lab(65.3 -24.8 -27.0) |
| LCH | lch(65.3 36.7 227.5) |
| OKLCH | oklch(0.691 0.122 218.3) |
Copy-ready code
/* CSS */
color: #0fadce;
background-color: #0fadce;
/* Tailwind (arbitrary) */
class="text-[#0fadce] bg-[#0fadce]"
/* SCSS */
$brand: #0fadce;
/* SwiftUI */
Color(red: 0.059, green: 0.678, blue: 0.808)
/* Android */
Color.parseColor("#0fadce")Accessibility — WCAG contrast
Aa
#0fadce on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fadce on black: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green67.8%
Blue80.8%
CMYK percentages
Cyan92.7%
Magenta16.0%
Yellow0.0%
Key (black)19.2%
Color previews
#0fadce text on a black background
contrast 7.89:1
Card sample
#0fadce text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fadce;
Background color
Panel with #0fadce background
background-color: #0fadce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fadce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 173, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 173, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fadce; background: linear-gradient(135deg, #0fadce, #0F2ECE);