#accbf6
a light, electric blue · cool · closest name: skyblue
RGB
172, 203, 246
HSL
215°, 80%, 82%
CMYK
30, 18, 0, 4
Luminance
0.5814
Every format
| HEX | #accbf6 |
| RGB | rgb(172, 203, 246) |
| HSL | hsl(215, 80%, 82%) |
| CMYK | cmyk(30%, 18%, 0%, 4%) |
| LAB | lab(80.8 -0.7 -24.5) |
| LCH | lch(80.8 24.5 268.5) |
| OKLCH | oklch(0.834 0.069 256.6) |
Copy-ready code
/* CSS */
color: #accbf6;
background-color: #accbf6;
/* Tailwind (arbitrary) */
class="text-[#accbf6] bg-[#accbf6]"
/* SCSS */
$brand: #accbf6;
/* SwiftUI */
Color(red: 0.675, green: 0.796, blue: 0.965)
/* Android */
Color.parseColor("#accbf6")Accessibility — WCAG contrast
Aa
#accbf6 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#accbf6 on black: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green79.6%
Blue96.5%
CMYK percentages
Cyan30.1%
Magenta17.5%
Yellow0.0%
Key (black)3.5%
Color previews
#accbf6 text on a black background
contrast 12.63:1
Card sample
#accbf6 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #accbf6;
Background color
Panel with #accbf6 background
background-color: #accbf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #accbf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 203, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 203, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #accbf6; background: linear-gradient(135deg, #accbf6, #BFACF6);