#adf0eb
a light, vivid cyan · cool · closest name: skyblue
RGB
173, 240, 235
HSL
176°, 69%, 81%
CMYK
28, 0, 2, 6
Luminance
0.7720
Every format
| HEX | #adf0eb |
| RGB | rgb(173, 240, 235) |
| HSL | hsl(176, 69%, 81%) |
| CMYK | cmyk(28%, 0%, 2%, 6%) |
| LAB | lab(90.4 -21.8 -4.3) |
| LCH | lch(90.4 22.3 191.2) |
| OKLCH | oklch(0.909 0.067 190.2) |
Copy-ready code
/* CSS */
color: #adf0eb;
background-color: #adf0eb;
/* Tailwind (arbitrary) */
class="text-[#adf0eb] bg-[#adf0eb]"
/* SCSS */
$brand: #adf0eb;
/* SwiftUI */
Color(red: 0.678, green: 0.941, blue: 0.922)
/* Android */
Color.parseColor("#adf0eb")Accessibility — WCAG contrast
Aa
#adf0eb on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf0eb on black: 16.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green94.1%
Blue92.2%
CMYK percentages
Cyan27.9%
Magenta0.0%
Yellow2.1%
Key (black)5.9%
Color previews
#adf0eb text on a black background
contrast 16.44:1
Card sample
#adf0eb text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf0eb;
Background color
Panel with #adf0eb background
background-color: #adf0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 240, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 240, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf0eb; background: linear-gradient(135deg, #adf0eb, #ADC8F0);