#accbf4
a light, electric blue · cool · closest name: skyblue
RGB
172, 203, 244
HSL
214°, 77%, 82%
CMYK
30, 17, 0, 4
Luminance
0.5801
Every format
| HEX | #accbf4 |
| RGB | rgb(172, 203, 244) |
| HSL | hsl(214, 77%, 82%) |
| CMYK | cmyk(30%, 17%, 0%, 4%) |
| LAB | lab(80.8 -1.1 -23.6) |
| LCH | lch(80.8 23.6 267.3) |
| OKLCH | oklch(0.833 0.067 255.5) |
Copy-ready code
/* CSS */
color: #accbf4;
background-color: #accbf4;
/* Tailwind (arbitrary) */
class="text-[#accbf4] bg-[#accbf4]"
/* SCSS */
$brand: #accbf4;
/* SwiftUI */
Color(red: 0.675, green: 0.796, blue: 0.957)
/* Android */
Color.parseColor("#accbf4")Accessibility — WCAG contrast
Aa
#accbf4 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#accbf4 on black: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green79.6%
Blue95.7%
CMYK percentages
Cyan29.5%
Magenta16.8%
Yellow0.0%
Key (black)4.3%
Color previews
#accbf4 text on a black background
contrast 12.60:1
Card sample
#accbf4 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #accbf4;
Background color
Panel with #accbf4 background
background-color: #accbf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #accbf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 203, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 203, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #accbf4; background: linear-gradient(135deg, #accbf4, #BDACF4);