#afbcee
a light, vivid blue · warm · closest name: skyblue
RGB
175, 188, 238
HSL
228°, 65%, 81%
CMYK
27, 21, 0, 7
Luminance
0.5125
Every format
| HEX | #afbcee |
| RGB | rgb(175, 188, 238) |
| HSL | hsl(228, 65%, 81%) |
| CMYK | cmyk(27%, 21%, 0%, 7%) |
| LAB | lab(76.8 6.4 -26.3) |
| LCH | lch(76.8 27.1 283.7) |
| OKLCH | oklch(0.802 0.072 273.3) |
Copy-ready code
/* CSS */
color: #afbcee;
background-color: #afbcee;
/* Tailwind (arbitrary) */
class="text-[#afbcee] bg-[#afbcee]"
/* SCSS */
$brand: #afbcee;
/* SwiftUI */
Color(red: 0.686, green: 0.737, blue: 0.933)
/* Android */
Color.parseColor("#afbcee")Accessibility — WCAG contrast
Aa
#afbcee on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbcee on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.7%
Blue93.3%
CMYK percentages
Cyan26.5%
Magenta21.0%
Yellow0.0%
Key (black)6.7%
Color previews
#afbcee text on a black background
contrast 11.25:1
Card sample
#afbcee text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbcee;
Background color
Panel with #afbcee background
background-color: #afbcee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbcee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 188, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 188, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbcee; background: linear-gradient(135deg, #afbcee, #CCAFEE);