#a8c2db
a light, soft blue · cool · closest name: skyblue
RGB
168, 194, 219
HSL
209°, 42%, 76%
CMYK
23, 11, 0, 14
Luminance
0.5202
Every format
| HEX | #a8c2db |
| RGB | rgb(168, 194, 219) |
| HSL | hsl(209, 42%, 76%) |
| CMYK | cmyk(23%, 11%, 0%, 14%) |
| LAB | lab(77.3 -3.3 -15.4) |
| LCH | lch(77.3 15.8 257.8) |
| OKLCH | oklch(0.803 0.045 247.3) |
Copy-ready code
/* CSS */
color: #a8c2db;
background-color: #a8c2db;
/* Tailwind (arbitrary) */
class="text-[#a8c2db] bg-[#a8c2db]"
/* SCSS */
$brand: #a8c2db;
/* SwiftUI */
Color(red: 0.659, green: 0.761, blue: 0.859)
/* Android */
Color.parseColor("#a8c2db")Accessibility — WCAG contrast
Aa
#a8c2db on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8c2db on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green76.1%
Blue85.9%
CMYK percentages
Cyan23.3%
Magenta11.4%
Yellow0.0%
Key (black)14.1%
Color previews
#a8c2db text on a black background
contrast 11.40:1
Card sample
#a8c2db text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8c2db;
Background color
Panel with #a8c2db background
background-color: #a8c2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8c2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 194, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 194, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8c2db; background: linear-gradient(135deg, #a8c2db, #B0A8DB);