#accbdf
a light, soft blue · cool · closest name: skyblue
RGB
172, 203, 223
HSL
204°, 44%, 78%
CMYK
23, 9, 0, 13
Luminance
0.5681
Every format
| HEX | #accbdf |
| RGB | rgb(172, 203, 223) |
| HSL | hsl(204, 44%, 78%) |
| CMYK | cmyk(23%, 9%, 0%, 13%) |
| LAB | lab(80.1 -6.0 -13.3) |
| LCH | lch(80.1 14.6 245.8) |
| OKLCH | oklch(0.826 0.044 236.4) |
Copy-ready code
/* CSS */
color: #accbdf;
background-color: #accbdf;
/* Tailwind (arbitrary) */
class="text-[#accbdf] bg-[#accbdf]"
/* SCSS */
$brand: #accbdf;
/* SwiftUI */
Color(red: 0.675, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#accbdf")Accessibility — WCAG contrast
Aa
#accbdf on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#accbdf on black: 12.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green79.6%
Blue87.5%
CMYK percentages
Cyan22.9%
Magenta9.0%
Yellow0.0%
Key (black)12.5%
Color previews
#accbdf text on a black background
contrast 12.36:1
Card sample
#accbdf text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #accbdf;
Background color
Panel with #accbdf background
background-color: #accbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #accbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #accbdf; background: linear-gradient(135deg, #accbdf, #AFACDF);