#adf1df
a light, vivid cyan · cool · closest name: turquoise
RGB
173, 241, 223
HSL
164°, 71%, 81%
CMYK
28, 0, 8, 6
Luminance
0.7712
Every format
| HEX | #adf1df |
| RGB | rgb(173, 241, 223) |
| HSL | hsl(164, 71%, 81%) |
| CMYK | cmyk(28%, 0%, 8%, 6%) |
| LAB | lab(90.4 -24.9 1.9) |
| LCH | lch(90.4 24.9 175.7) |
| OKLCH | oklch(0.908 0.072 176.4) |
Copy-ready code
/* CSS */
color: #adf1df;
background-color: #adf1df;
/* Tailwind (arbitrary) */
class="text-[#adf1df] bg-[#adf1df]"
/* SCSS */
$brand: #adf1df;
/* SwiftUI */
Color(red: 0.678, green: 0.945, blue: 0.875)
/* Android */
Color.parseColor("#adf1df")Accessibility — WCAG contrast
Aa
#adf1df on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf1df on black: 16.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green94.5%
Blue87.5%
CMYK percentages
Cyan28.2%
Magenta0.0%
Yellow7.5%
Key (black)5.5%
Color previews
#adf1df text on a black background
contrast 16.42:1
Card sample
#adf1df text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf1df;
Background color
Panel with #adf1df background
background-color: #adf1df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf1df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 241, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 241, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf1df; background: linear-gradient(135deg, #adf1df, #ADD6F1);