#afcdf4
a light, electric blue · cool · closest name: skyblue
RGB
175, 205, 244
HSL
214°, 76%, 82%
CMYK
28, 16, 0, 4
Luminance
0.5931
Every format
| HEX | #afcdf4 |
| RGB | rgb(175, 205, 244) |
| HSL | hsl(214, 76%, 82%) |
| CMYK | cmyk(28%, 16%, 0%, 4%) |
| LAB | lab(81.5 -1.3 -22.4) |
| LCH | lch(81.5 22.5 266.6) |
| OKLCH | oklch(0.839 0.064 255.1) |
Copy-ready code
/* CSS */
color: #afcdf4;
background-color: #afcdf4;
/* Tailwind (arbitrary) */
class="text-[#afcdf4] bg-[#afcdf4]"
/* SCSS */
$brand: #afcdf4;
/* SwiftUI */
Color(red: 0.686, green: 0.804, blue: 0.957)
/* Android */
Color.parseColor("#afcdf4")Accessibility — WCAG contrast
Aa
#afcdf4 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afcdf4 on black: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green80.4%
Blue95.7%
CMYK percentages
Cyan28.3%
Magenta16.0%
Yellow0.0%
Key (black)4.3%
Color previews
#afcdf4 text on a black background
contrast 12.86:1
Card sample
#afcdf4 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afcdf4;
Background color
Panel with #afcdf4 background
background-color: #afcdf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afcdf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 205, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 205, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afcdf4; background: linear-gradient(135deg, #afcdf4, #BFAFF4);