#adfff8
a light, electric cyan · cool · closest name: turquoise
RGB
173, 255, 248
HSL
175°, 100%, 84%
CMYK
32, 0, 3, 0
Luminance
0.8718
Every format
| HEX | #adfff8 |
| RGB | rgb(173, 255, 248) |
| HSL | hsl(175, 100%, 84%) |
| CMYK | cmyk(32%, 0%, 3%, 0%) |
| LAB | lab(94.8 -26.3 -4.6) |
| LCH | lch(94.8 26.7 189.9) |
| OKLCH | oklch(0.946 0.080 189.1) |
Copy-ready code
/* CSS */
color: #adfff8;
background-color: #adfff8;
/* Tailwind (arbitrary) */
class="text-[#adfff8] bg-[#adfff8]"
/* SCSS */
$brand: #adfff8;
/* SwiftUI */
Color(red: 0.678, green: 1.000, blue: 0.973)
/* Android */
Color.parseColor("#adfff8")Accessibility — WCAG contrast
Aa
#adfff8 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adfff8 on black: 18.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green100.0%
Blue97.3%
CMYK percentages
Cyan32.2%
Magenta0.0%
Yellow2.7%
Key (black)0.0%
Color previews
#adfff8 text on a black background
contrast 18.44:1
Card sample
#adfff8 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adfff8;
Background color
Panel with #adfff8 background
background-color: #adfff8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adfff8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 255, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 255, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adfff8; background: linear-gradient(135deg, #adfff8, #ADCFFF);