#acceee
a light, vivid blue · cool · closest name: skyblue
RGB
172, 206, 238
HSL
209°, 66%, 80%
CMYK
28, 13, 0, 7
Luminance
0.5909
Every format
| HEX | #acceee |
| RGB | rgb(172, 206, 238) |
| HSL | hsl(209, 66%, 80%) |
| CMYK | cmyk(28%, 13%, 0%, 7%) |
| LAB | lab(81.3 -4.1 -19.5) |
| LCH | lch(81.3 19.9 258.0) |
| OKLCH | oklch(0.837 0.058 246.9) |
Copy-ready code
/* CSS */
color: #acceee;
background-color: #acceee;
/* Tailwind (arbitrary) */
class="text-[#acceee] bg-[#acceee]"
/* SCSS */
$brand: #acceee;
/* SwiftUI */
Color(red: 0.675, green: 0.808, blue: 0.933)
/* Android */
Color.parseColor("#acceee")Accessibility — WCAG contrast
Aa
#acceee on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acceee on black: 12.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green80.8%
Blue93.3%
CMYK percentages
Cyan27.7%
Magenta13.4%
Yellow0.0%
Key (black)6.7%
Color previews
#acceee text on a black background
contrast 12.82:1
Card sample
#acceee text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acceee;
Background color
Panel with #acceee background
background-color: #acceee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acceee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 206, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 206, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acceee; background: linear-gradient(135deg, #acceee, #B6ACEE);