#adcffc
a light, electric blue · cool · closest name: skyblue
RGB
173, 207, 252
HSL
214°, 93%, 83%
CMYK
31, 18, 0, 1
Luminance
0.6054
Every format
| HEX | #adcffc |
| RGB | rgb(173, 207, 252) |
| HSL | hsl(214, 93%, 83%) |
| CMYK | cmyk(31%, 18%, 0%, 1%) |
| LAB | lab(82.1 -1.1 -25.7) |
| LCH | lch(82.1 25.7 267.7) |
| OKLCH | oklch(0.845 0.073 255.6) |
Copy-ready code
/* CSS */
color: #adcffc;
background-color: #adcffc;
/* Tailwind (arbitrary) */
class="text-[#adcffc] bg-[#adcffc]"
/* SCSS */
$brand: #adcffc;
/* SwiftUI */
Color(red: 0.678, green: 0.812, blue: 0.988)
/* Android */
Color.parseColor("#adcffc")Accessibility — WCAG contrast
Aa
#adcffc on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcffc on black: 13.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green81.2%
Blue98.8%
CMYK percentages
Cyan31.3%
Magenta17.9%
Yellow0.0%
Key (black)1.2%
Color previews
#adcffc text on a black background
contrast 13.11:1
Card sample
#adcffc text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcffc;
Background color
Panel with #adcffc background
background-color: #adcffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 207, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 207, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcffc; background: linear-gradient(135deg, #adcffc, #C0ADFC);