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