#afdbf0
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 219, 240
HSL
199°, 68%, 81%
CMYK
27, 9, 0, 6
Luminance
0.6607
Every format
| HEX | #afdbf0 |
| RGB | rgb(175, 219, 240) |
| HSL | hsl(199, 68%, 81%) |
| CMYK | cmyk(27%, 9%, 0%, 6%) |
| LAB | lab(85.0 -9.6 -14.9) |
| LCH | lch(85.0 17.8 237.3) |
| OKLCH | oklch(0.867 0.054 228.6) |
Copy-ready code
/* CSS */
color: #afdbf0;
background-color: #afdbf0;
/* Tailwind (arbitrary) */
class="text-[#afdbf0] bg-[#afdbf0]"
/* SCSS */
$brand: #afdbf0;
/* SwiftUI */
Color(red: 0.686, green: 0.859, blue: 0.941)
/* Android */
Color.parseColor("#afdbf0")Accessibility — WCAG contrast
Aa
#afdbf0 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdbf0 on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.9%
Blue94.1%
CMYK percentages
Cyan27.1%
Magenta8.8%
Yellow0.0%
Key (black)5.9%
Color previews
#afdbf0 text on a black background
contrast 14.21:1
Card sample
#afdbf0 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdbf0;
Background color
Panel with #afdbf0 background
background-color: #afdbf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdbf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 219, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 219, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdbf0; background: linear-gradient(135deg, #afdbf0, #AFB0F0);