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