#adf4f3
a light, electric cyan · cool · closest name: skyblue
RGB
173, 244, 243
HSL
179°, 76%, 82%
CMYK
29, 0, 0, 4
Luminance
0.8006
Every format
| HEX | #adf4f3 |
| RGB | rgb(173, 244, 243) |
| HSL | hsl(179, 76%, 82%) |
| CMYK | cmyk(29%, 0%, 0%, 4%) |
| LAB | lab(91.7 -22.0 -6.6) |
| LCH | lch(91.7 23.0 196.6) |
| OKLCH | oklch(0.920 0.070 194.9) |
Copy-ready code
/* CSS */
color: #adf4f3;
background-color: #adf4f3;
/* Tailwind (arbitrary) */
class="text-[#adf4f3] bg-[#adf4f3]"
/* SCSS */
$brand: #adf4f3;
/* SwiftUI */
Color(red: 0.678, green: 0.957, blue: 0.953)
/* Android */
Color.parseColor("#adf4f3")Accessibility — WCAG contrast
Aa
#adf4f3 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf4f3 on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green95.7%
Blue95.3%
CMYK percentages
Cyan29.1%
Magenta0.0%
Yellow0.4%
Key (black)4.3%
Color previews
#adf4f3 text on a black background
contrast 17.01:1
Card sample
#adf4f3 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf4f3;
Background color
Panel with #adf4f3 background
background-color: #adf4f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf4f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 244, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 244, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf4f3; background: linear-gradient(135deg, #adf4f3, #ADC6F4);