#accceb
a light, vivid blue · cool · closest name: skyblue
RGB
172, 204, 235
HSL
210°, 61%, 80%
CMYK
27, 13, 0, 8
Luminance
0.5795
Every format
| HEX | #accceb |
| RGB | rgb(172, 204, 235) |
| HSL | hsl(210, 61%, 80%) |
| CMYK | cmyk(27%, 13%, 0%, 8%) |
| LAB | lab(80.7 -3.8 -18.8) |
| LCH | lch(80.7 19.2 258.6) |
| OKLCH | oklch(0.832 0.056 247.7) |
Copy-ready code
/* CSS */
color: #accceb;
background-color: #accceb;
/* Tailwind (arbitrary) */
class="text-[#accceb] bg-[#accceb]"
/* SCSS */
$brand: #accceb;
/* SwiftUI */
Color(red: 0.675, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#accceb")Accessibility — WCAG contrast
Aa
#accceb on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#accceb on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green80.0%
Blue92.2%
CMYK percentages
Cyan26.8%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#accceb text on a black background
contrast 12.59:1
Card sample
#accceb text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #accceb;
Background color
Panel with #accceb background
background-color: #accceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #accceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #accceb; background: linear-gradient(135deg, #accceb, #B6ACEB);