#aff3eb
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 243, 235
HSL
173°, 74%, 82%
CMYK
28, 0, 3, 5
Luminance
0.7921
Every format
| HEX | #aff3eb |
| RGB | rgb(175, 243, 235) |
| HSL | hsl(173, 74%, 82%) |
| CMYK | cmyk(28%, 0%, 3%, 5%) |
| LAB | lab(91.3 -22.7 -3.0) |
| LCH | lch(91.3 22.9 187.4) |
| OKLCH | oklch(0.917 0.069 186.9) |
Copy-ready code
/* CSS */
color: #aff3eb;
background-color: #aff3eb;
/* Tailwind (arbitrary) */
class="text-[#aff3eb] bg-[#aff3eb]"
/* SCSS */
$brand: #aff3eb;
/* SwiftUI */
Color(red: 0.686, green: 0.953, blue: 0.922)
/* Android */
Color.parseColor("#aff3eb")Accessibility — WCAG contrast
Aa
#aff3eb on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aff3eb on black: 16.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green95.3%
Blue92.2%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow3.3%
Key (black)4.7%
Color previews
#aff3eb text on a black background
contrast 16.84:1
Card sample
#aff3eb text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aff3eb;
Background color
Panel with #aff3eb background
background-color: #aff3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aff3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 243, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 243, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aff3eb; background: linear-gradient(135deg, #aff3eb, #AFCEF3);