#acbbdf
a light, soft blue · cool · closest name: skyblue
RGB
172, 187, 223
HSL
222°, 44%, 78%
CMYK
23, 16, 0, 13
Luminance
0.4964
Every format
| HEX | #acbbdf |
| RGB | rgb(172, 187, 223) |
| HSL | hsl(222, 44%, 78%) |
| CMYK | cmyk(23%, 16%, 0%, 13%) |
| LAB | lab(75.8 2.6 -19.7) |
| LCH | lch(75.8 19.9 277.4) |
| OKLCH | oklch(0.793 0.054 267.4) |
Copy-ready code
/* CSS */
color: #acbbdf;
background-color: #acbbdf;
/* Tailwind (arbitrary) */
class="text-[#acbbdf] bg-[#acbbdf]"
/* SCSS */
$brand: #acbbdf;
/* SwiftUI */
Color(red: 0.675, green: 0.733, blue: 0.875)
/* Android */
Color.parseColor("#acbbdf")Accessibility — WCAG contrast
Aa
#acbbdf on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acbbdf on black: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green73.3%
Blue87.5%
CMYK percentages
Cyan22.9%
Magenta16.1%
Yellow0.0%
Key (black)12.5%
Color previews
#acbbdf text on a black background
contrast 10.93:1
Card sample
#acbbdf text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acbbdf;
Background color
Panel with #acbbdf background
background-color: #acbbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acbbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 187, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 187, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acbbdf; background: linear-gradient(135deg, #acbbdf, #BFACDF);