#adc2f7
a light, electric blue · cool · closest name: skyblue
RGB
173, 194, 247
HSL
223°, 82%, 82%
CMYK
30, 22, 0, 3
Luminance
0.5418
Every format
| HEX | #adc2f7 |
| RGB | rgb(173, 194, 247) |
| HSL | hsl(223, 82%, 82%) |
| CMYK | cmyk(30%, 22%, 0%, 3%) |
| LAB | lab(78.6 4.7 -28.5) |
| LCH | lch(78.6 28.9 279.4) |
| OKLCH | oklch(0.817 0.079 267.8) |
Copy-ready code
/* CSS */
color: #adc2f7;
background-color: #adc2f7;
/* Tailwind (arbitrary) */
class="text-[#adc2f7] bg-[#adc2f7]"
/* SCSS */
$brand: #adc2f7;
/* SwiftUI */
Color(red: 0.678, green: 0.761, blue: 0.969)
/* Android */
Color.parseColor("#adc2f7")Accessibility — WCAG contrast
Aa
#adc2f7 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adc2f7 on black: 11.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green76.1%
Blue96.9%
CMYK percentages
Cyan30.0%
Magenta21.5%
Yellow0.0%
Key (black)3.1%
Color previews
#adc2f7 text on a black background
contrast 11.84:1
Card sample
#adc2f7 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adc2f7;
Background color
Panel with #adc2f7 background
background-color: #adc2f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adc2f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 194, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 194, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adc2f7; background: linear-gradient(135deg, #adc2f7, #CAADF7);