#accbfe
a light, electric blue · cool · closest name: skyblue
RGB
172, 203, 254
HSL
217°, 98%, 84%
CMYK
32, 20, 0, 0
Luminance
0.5864
Every format
| HEX | #accbfe |
| RGB | rgb(172, 203, 254) |
| HSL | hsl(217, 98%, 84%) |
| CMYK | cmyk(32%, 20%, 0%, 0%) |
| LAB | lab(81.1 1.3 -28.4) |
| LCH | lch(81.1 28.4 272.6) |
| OKLCH | oklch(0.837 0.079 260.3) |
Copy-ready code
/* CSS */
color: #accbfe;
background-color: #accbfe;
/* Tailwind (arbitrary) */
class="text-[#accbfe] bg-[#accbfe]"
/* SCSS */
$brand: #accbfe;
/* SwiftUI */
Color(red: 0.675, green: 0.796, blue: 0.996)
/* Android */
Color.parseColor("#accbfe")Accessibility — WCAG contrast
Aa
#accbfe on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#accbfe on black: 12.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green79.6%
Blue99.6%
CMYK percentages
Cyan32.3%
Magenta20.1%
Yellow0.0%
Key (black)0.4%
Color previews
#accbfe text on a black background
contrast 12.73:1
Card sample
#accbfe text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #accbfe;
Background color
Panel with #accbfe background
background-color: #accbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #accbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 203, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 203, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #accbfe; background: linear-gradient(135deg, #accbfe, #C4ACFE);