#a7d6f8
a light, electric blue · cool · closest name: skyblue
RGB
167, 214, 248
HSL
205°, 85%, 81%
CMYK
33, 14, 0, 3
Luminance
0.6309
Every format
| HEX | #a7d6f8 |
| RGB | rgb(167, 214, 248) |
| HSL | hsl(205, 85%, 81%) |
| CMYK | cmyk(33%, 14%, 0%, 3%) |
| LAB | lab(83.5 -7.4 -21.6) |
| LCH | lch(83.5 22.8 251.1) |
| OKLCH | oklch(0.855 0.068 240.0) |
Copy-ready code
/* CSS */
color: #a7d6f8;
background-color: #a7d6f8;
/* Tailwind (arbitrary) */
class="text-[#a7d6f8] bg-[#a7d6f8]"
/* SCSS */
$brand: #a7d6f8;
/* SwiftUI */
Color(red: 0.655, green: 0.839, blue: 0.973)
/* Android */
Color.parseColor("#a7d6f8")Accessibility — WCAG contrast
Aa
#a7d6f8 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7d6f8 on black: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green83.9%
Blue97.3%
CMYK percentages
Cyan32.7%
Magenta13.7%
Yellow0.0%
Key (black)2.7%
Color previews
#a7d6f8 text on a black background
contrast 13.62:1
Card sample
#a7d6f8 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7d6f8;
Background color
Panel with #a7d6f8 background
background-color: #a7d6f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7d6f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 214, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 214, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7d6f8; background: linear-gradient(135deg, #a7d6f8, #AEA7F8);