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