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