#afcdf0
a light, vivid blue · cool · closest name: skyblue
RGB
175, 205, 240
HSL
212°, 68%, 81%
CMYK
27, 15, 0, 6
Luminance
0.5907
Every format
| HEX | #afcdf0 |
| RGB | rgb(175, 205, 240) |
| HSL | hsl(212, 68%, 81%) |
| CMYK | cmyk(27%, 15%, 0%, 6%) |
| LAB | lab(81.3 -2.3 -20.5) |
| LCH | lch(81.3 20.6 263.7) |
| OKLCH | oklch(0.838 0.059 252.5) |
Copy-ready code
/* CSS */
color: #afcdf0;
background-color: #afcdf0;
/* Tailwind (arbitrary) */
class="text-[#afcdf0] bg-[#afcdf0]"
/* SCSS */
$brand: #afcdf0;
/* SwiftUI */
Color(red: 0.686, green: 0.804, blue: 0.941)
/* Android */
Color.parseColor("#afcdf0")Accessibility — WCAG contrast
Aa
#afcdf0 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afcdf0 on black: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green80.4%
Blue94.1%
CMYK percentages
Cyan27.1%
Magenta14.6%
Yellow0.0%
Key (black)5.9%
Color previews
#afcdf0 text on a black background
contrast 12.81:1
Card sample
#afcdf0 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afcdf0;
Background color
Panel with #afcdf0 background
background-color: #afcdf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afcdf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 205, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 205, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afcdf0; background: linear-gradient(135deg, #afcdf0, #BCAFF0);