#afe3f3
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 227, 243
HSL
194°, 74%, 82%
CMYK
28, 7, 0, 5
Luminance
0.7052
Every format
| HEX | #afe3f3 |
| RGB | rgb(175, 227, 243) |
| HSL | hsl(194, 74%, 82%) |
| CMYK | cmyk(28%, 7%, 0%, 5%) |
| LAB | lab(87.3 -13.0 -13.2) |
| LCH | lch(87.3 18.5 225.4) |
| OKLCH | oklch(0.885 0.058 218.6) |
Copy-ready code
/* CSS */
color: #afe3f3;
background-color: #afe3f3;
/* Tailwind (arbitrary) */
class="text-[#afe3f3] bg-[#afe3f3]"
/* SCSS */
$brand: #afe3f3;
/* SwiftUI */
Color(red: 0.686, green: 0.890, blue: 0.953)
/* Android */
Color.parseColor("#afe3f3")Accessibility — WCAG contrast
Aa
#afe3f3 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe3f3 on black: 15.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green89.0%
Blue95.3%
CMYK percentages
Cyan28.0%
Magenta6.6%
Yellow0.0%
Key (black)4.7%
Color previews
#afe3f3 text on a black background
contrast 15.10:1
Card sample
#afe3f3 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe3f3;
Background color
Panel with #afe3f3 background
background-color: #afe3f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe3f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 227, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 227, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe3f3; background: linear-gradient(135deg, #afe3f3, #AFB6F3);