#accbdc
a light, soft blue · cool · closest name: skyblue
RGB
172, 203, 220
HSL
201°, 41%, 77%
CMYK
22, 8, 0, 14
Luminance
0.5665
Every format
| HEX | #accbdc |
| RGB | rgb(172, 203, 220) |
| HSL | hsl(201, 41%, 77%) |
| CMYK | cmyk(22%, 8%, 0%, 14%) |
| LAB | lab(80.0 -6.7 -11.9) |
| LCH | lch(80.0 13.6 240.7) |
| OKLCH | oklch(0.825 0.041 231.9) |
Copy-ready code
/* CSS */
color: #accbdc;
background-color: #accbdc;
/* Tailwind (arbitrary) */
class="text-[#accbdc] bg-[#accbdc]"
/* SCSS */
$brand: #accbdc;
/* SwiftUI */
Color(red: 0.675, green: 0.796, blue: 0.863)
/* Android */
Color.parseColor("#accbdc")Accessibility — WCAG contrast
Aa
#accbdc on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#accbdc on black: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green79.6%
Blue86.3%
CMYK percentages
Cyan21.8%
Magenta7.7%
Yellow0.0%
Key (black)13.7%
Color previews
#accbdc text on a black background
contrast 12.33:1
Card sample
#accbdc text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #accbdc;
Background color
Panel with #accbdc background
background-color: #accbdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #accbdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 203, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 203, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #accbdc; background: linear-gradient(135deg, #accbdc, #ADACDC);