#adfaeb
a light, electric cyan · cool · closest name: turquoise
RGB
173, 250, 235
HSL
168°, 89%, 83%
CMYK
31, 0, 6, 2
Luminance
0.8325
Every format
| HEX | #adfaeb |
| RGB | rgb(173, 250, 235) |
| HSL | hsl(168, 89%, 83%) |
| CMYK | cmyk(31%, 0%, 6%, 2%) |
| LAB | lab(93.1 -26.7 -0.3) |
| LCH | lch(93.1 26.7 180.8) |
| OKLCH | oklch(0.931 0.078 181.0) |
Copy-ready code
/* CSS */
color: #adfaeb;
background-color: #adfaeb;
/* Tailwind (arbitrary) */
class="text-[#adfaeb] bg-[#adfaeb]"
/* SCSS */
$brand: #adfaeb;
/* SwiftUI */
Color(red: 0.678, green: 0.980, blue: 0.922)
/* Android */
Color.parseColor("#adfaeb")Accessibility — WCAG contrast
Aa
#adfaeb on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adfaeb on black: 17.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green98.0%
Blue92.2%
CMYK percentages
Cyan30.8%
Magenta0.0%
Yellow6.0%
Key (black)2.0%
Color previews
#adfaeb text on a black background
contrast 17.65:1
Card sample
#adfaeb text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adfaeb;
Background color
Panel with #adfaeb background
background-color: #adfaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adfaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 250, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 250, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adfaeb; background: linear-gradient(135deg, #adfaeb, #ADD6FA);