#0fafdf
a balanced, electric cyan · cool · closest name: skyblue
RGB
15, 175, 223
HSL
194°, 87%, 47%
CMYK
93, 22, 0, 13
Luminance
0.3609
Every format
| HEX | #0fafdf |
| RGB | rgb(15, 175, 223) |
| HSL | hsl(194, 87%, 47%) |
| CMYK | cmyk(93%, 22%, 0%, 13%) |
| LAB | lab(66.6 -20.0 -34.4) |
| LCH | lch(66.6 39.8 239.9) |
| OKLCH | oklch(0.703 0.133 226.7) |
Copy-ready code
/* CSS */
color: #0fafdf;
background-color: #0fafdf;
/* Tailwind (arbitrary) */
class="text-[#0fafdf] bg-[#0fafdf]"
/* SCSS */
$brand: #0fafdf;
/* SwiftUI */
Color(red: 0.059, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#0fafdf")Accessibility — WCAG contrast
Aa
#0fafdf on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fafdf on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green68.6%
Blue87.5%
CMYK percentages
Cyan93.3%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#0fafdf text on a black background
contrast 8.22:1
Card sample
#0fafdf text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fafdf;
Background color
Panel with #0fafdf background
background-color: #0fafdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fafdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fafdf; background: linear-gradient(135deg, #0fafdf, #0F25DF);