#acc2eb
a light, vivid blue · cool · closest name: skyblue
RGB
172, 194, 235
HSL
219°, 61%, 80%
CMYK
27, 17, 0, 8
Luminance
0.5335
Every format
| HEX | #acc2eb |
| RGB | rgb(172, 194, 235) |
| HSL | hsl(219, 61%, 80%) |
| CMYK | cmyk(27%, 17%, 0%, 8%) |
| LAB | lab(78.1 1.6 -22.8) |
| LCH | lch(78.1 22.8 273.9) |
| OKLCH | oklch(0.811 0.063 262.8) |
Copy-ready code
/* CSS */
color: #acc2eb;
background-color: #acc2eb;
/* Tailwind (arbitrary) */
class="text-[#acc2eb] bg-[#acc2eb]"
/* SCSS */
$brand: #acc2eb;
/* SwiftUI */
Color(red: 0.675, green: 0.761, blue: 0.922)
/* Android */
Color.parseColor("#acc2eb")Accessibility — WCAG contrast
Aa
#acc2eb on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acc2eb on black: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green76.1%
Blue92.2%
CMYK percentages
Cyan26.8%
Magenta17.4%
Yellow0.0%
Key (black)7.8%
Color previews
#acc2eb text on a black background
contrast 11.67:1
Card sample
#acc2eb text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acc2eb;
Background color
Panel with #acc2eb background
background-color: #acc2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acc2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 194, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 194, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acc2eb; background: linear-gradient(135deg, #acc2eb, #C0ACEB);