#adeffa
a light, electric cyan · cool · closest name: skyblue
RGB
173, 239, 250
HSL
189°, 89%, 83%
CMYK
31, 4, 0, 2
Luminance
0.7752
Every format
| HEX | #adeffa |
| RGB | rgb(173, 239, 250) |
| HSL | hsl(189, 89%, 83%) |
| CMYK | cmyk(31%, 4%, 0%, 2%) |
| LAB | lab(90.6 -18.0 -11.9) |
| LCH | lch(90.6 21.6 213.6) |
| OKLCH | oklch(0.912 0.068 208.9) |
Copy-ready code
/* CSS */
color: #adeffa;
background-color: #adeffa;
/* Tailwind (arbitrary) */
class="text-[#adeffa] bg-[#adeffa]"
/* SCSS */
$brand: #adeffa;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.980)
/* Android */
Color.parseColor("#adeffa")Accessibility — WCAG contrast
Aa
#adeffa on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adeffa on black: 16.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue98.0%
CMYK percentages
Cyan30.8%
Magenta4.4%
Yellow0.0%
Key (black)2.0%
Color previews
#adeffa text on a black background
contrast 16.50:1
Card sample
#adeffa text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adeffa;
Background color
Panel with #adeffa background
background-color: #adeffa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adeffa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adeffa; background: linear-gradient(135deg, #adeffa, #ADBBFA);