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