#adefea
a light, vivid cyan · cool · closest name: skyblue
RGB
173, 239, 234
HSL
176°, 67%, 81%
CMYK
28, 0, 2, 6
Luminance
0.7656
Every format
| HEX | #adefea |
| RGB | rgb(173, 239, 234) |
| HSL | hsl(176, 67%, 81%) |
| CMYK | cmyk(28%, 0%, 2%, 6%) |
| LAB | lab(90.1 -21.6 -4.2) |
| LCH | lch(90.1 22.0 191.1) |
| OKLCH | oklch(0.907 0.066 190.2) |
Copy-ready code
/* CSS */
color: #adefea;
background-color: #adefea;
/* Tailwind (arbitrary) */
class="text-[#adefea] bg-[#adefea]"
/* SCSS */
$brand: #adefea;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.918)
/* Android */
Color.parseColor("#adefea")Accessibility — WCAG contrast
Aa
#adefea on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adefea on black: 16.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue91.8%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow2.1%
Key (black)6.3%
Color previews
#adefea text on a black background
contrast 16.31:1
Card sample
#adefea text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adefea;
Background color
Panel with #adefea background
background-color: #adefea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adefea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adefea; background: linear-gradient(135deg, #adefea, #ADC8EF);