#adc2f3
a light, vivid blue · cool · closest name: skyblue
RGB
173, 194, 243
HSL
222°, 75%, 82%
CMYK
29, 20, 0, 5
Luminance
0.5394
Every format
| HEX | #adc2f3 |
| RGB | rgb(173, 194, 243) |
| HSL | hsl(222, 75%, 82%) |
| CMYK | cmyk(29%, 20%, 0%, 5%) |
| LAB | lab(78.4 3.8 -26.6) |
| LCH | lch(78.4 26.8 278.1) |
| OKLCH | oklch(0.815 0.073 266.7) |
Copy-ready code
/* CSS */
color: #adc2f3;
background-color: #adc2f3;
/* Tailwind (arbitrary) */
class="text-[#adc2f3] bg-[#adc2f3]"
/* SCSS */
$brand: #adc2f3;
/* SwiftUI */
Color(red: 0.678, green: 0.761, blue: 0.953)
/* Android */
Color.parseColor("#adc2f3")Accessibility — WCAG contrast
Aa
#adc2f3 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adc2f3 on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green76.1%
Blue95.3%
CMYK percentages
Cyan28.8%
Magenta20.2%
Yellow0.0%
Key (black)4.7%
Color previews
#adc2f3 text on a black background
contrast 11.79:1
Card sample
#adc2f3 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adc2f3;
Background color
Panel with #adc2f3 background
background-color: #adc2f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adc2f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 194, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 194, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adc2f3; background: linear-gradient(135deg, #adc2f3, #C7ADF3);