#afdcdf
a light, soft cyan · cool · closest name: skyblue
RGB
175, 220, 223
HSL
184°, 43%, 78%
CMYK
22, 1, 0, 13
Luminance
0.6563
Every format
| HEX | #afdcdf |
| RGB | rgb(175, 220, 223) |
| HSL | hsl(184, 43%, 78%) |
| CMYK | cmyk(22%, 1%, 0%, 13%) |
| LAB | lab(84.8 -13.9 -6.3) |
| LCH | lch(84.8 15.2 204.3) |
| OKLCH | oklch(0.864 0.047 201.4) |
Copy-ready code
/* CSS */
color: #afdcdf;
background-color: #afdcdf;
/* Tailwind (arbitrary) */
class="text-[#afdcdf] bg-[#afdcdf]"
/* SCSS */
$brand: #afdcdf;
/* SwiftUI */
Color(red: 0.686, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#afdcdf")Accessibility — WCAG contrast
Aa
#afdcdf on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdcdf on black: 14.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green86.3%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta1.3%
Yellow0.0%
Key (black)12.5%
Color previews
#afdcdf text on a black background
contrast 14.13:1
Card sample
#afdcdf text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdcdf;
Background color
Panel with #afdcdf background
background-color: #afdcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdcdf; background: linear-gradient(135deg, #afdcdf, #AFBCDF);