#0ffaf7
a balanced, electric cyan · cool · “cyan”
RGB
15, 250, 247
HSL
179°, 96%, 52%
CMYK
94, 0, 1, 2
Luminance
0.7519
Every format
| HEX | #0ffaf7 |
| RGB | rgb(15, 250, 247) |
| HSL | hsl(179, 96%, 52%) |
| CMYK | cmyk(94%, 0%, 1%, 2%) |
| LAB | lab(89.5 -47.9 -12.4) |
| LCH | lch(89.5 49.5 194.5) |
| OKLCH | oklch(0.891 0.151 193.2) |
Copy-ready code
/* CSS */
color: #0ffaf7;
background-color: #0ffaf7;
/* Tailwind (arbitrary) */
class="text-[#0ffaf7] bg-[#0ffaf7]"
/* SCSS */
$brand: #0ffaf7;
/* SwiftUI */
Color(red: 0.059, green: 0.980, blue: 0.969)
/* Android */
Color.parseColor("#0ffaf7")Accessibility — WCAG contrast
Aa
#0ffaf7 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ffaf7 on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green98.0%
Blue96.9%
CMYK percentages
Cyan94.0%
Magenta0.0%
Yellow1.2%
Key (black)2.0%
Color previews
#0ffaf7 text on a black background
contrast 16.04:1
Card sample
#0ffaf7 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ffaf7;
Background color
Panel with #0ffaf7 background
background-color: #0ffaf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ffaf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 250, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 250, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ffaf7; background: linear-gradient(135deg, #0ffaf7, #0F61FA);