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