#0fadcc
a dark, electric cyan · cool · closest name: skyblue
RGB
15, 173, 204
HSL
190°, 86%, 43%
CMYK
93, 15, 0, 20
Luminance
0.3435
Every format
| HEX | #0fadcc |
| RGB | rgb(15, 173, 204) |
| HSL | hsl(190, 86%, 43%) |
| CMYK | cmyk(93%, 15%, 0%, 20%) |
| LAB | lab(65.2 -25.4 -26.0) |
| LCH | lch(65.2 36.4 225.7) |
| OKLCH | oklch(0.690 0.121 217.0) |
Copy-ready code
/* CSS */
color: #0fadcc;
background-color: #0fadcc;
/* Tailwind (arbitrary) */
class="text-[#0fadcc] bg-[#0fadcc]"
/* SCSS */
$brand: #0fadcc;
/* SwiftUI */
Color(red: 0.059, green: 0.678, blue: 0.800)
/* Android */
Color.parseColor("#0fadcc")Accessibility — WCAG contrast
Aa
#0fadcc on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fadcc on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green67.8%
Blue80.0%
CMYK percentages
Cyan92.6%
Magenta15.2%
Yellow0.0%
Key (black)20.0%
Color previews
#0fadcc text on a black background
contrast 7.87:1
Card sample
#0fadcc text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fadcc;
Background color
Panel with #0fadcc background
background-color: #0fadcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fadcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 173, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 173, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fadcc; background: linear-gradient(135deg, #0fadcc, #0F2FCC);