#accef3
a light, vivid blue · cool · closest name: skyblue
RGB
172, 206, 243
HSL
211°, 75%, 81%
CMYK
29, 15, 0, 5
Luminance
0.5938
Every format
| HEX | #accef3 |
| RGB | rgb(172, 206, 243) |
| HSL | hsl(211, 75%, 81%) |
| CMYK | cmyk(29%, 15%, 0%, 5%) |
| LAB | lab(81.5 -3.0 -21.9) |
| LCH | lch(81.5 22.1 262.3) |
| OKLCH | oklch(0.839 0.064 250.8) |
Copy-ready code
/* CSS */
color: #accef3;
background-color: #accef3;
/* Tailwind (arbitrary) */
class="text-[#accef3] bg-[#accef3]"
/* SCSS */
$brand: #accef3;
/* SwiftUI */
Color(red: 0.675, green: 0.808, blue: 0.953)
/* Android */
Color.parseColor("#accef3")Accessibility — WCAG contrast
Aa
#accef3 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#accef3 on black: 12.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green80.8%
Blue95.3%
CMYK percentages
Cyan29.2%
Magenta15.2%
Yellow0.0%
Key (black)4.7%
Color previews
#accef3 text on a black background
contrast 12.88:1
Card sample
#accef3 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #accef3;
Background color
Panel with #accef3 background
background-color: #accef3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #accef3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 206, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 206, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #accef3; background: linear-gradient(135deg, #accef3, #B9ACF3);