#afebdb
a light, vivid cyan · cool · closest name: beige
RGB
175, 235, 219
HSL
164°, 60%, 80%
CMYK
26, 0, 7, 8
Luminance
0.7365
Every format
| HEX | #afebdb |
| RGB | rgb(175, 235, 219) |
| HSL | hsl(164, 60%, 80%) |
| CMYK | cmyk(26%, 0%, 7%, 8%) |
| LAB | lab(88.8 -22.2 1.6) |
| LCH | lch(88.8 22.3 175.8) |
| OKLCH | oklch(0.895 0.065 176.5) |
Copy-ready code
/* CSS */
color: #afebdb;
background-color: #afebdb;
/* Tailwind (arbitrary) */
class="text-[#afebdb] bg-[#afebdb]"
/* SCSS */
$brand: #afebdb;
/* SwiftUI */
Color(red: 0.686, green: 0.922, blue: 0.859)
/* Android */
Color.parseColor("#afebdb")Accessibility — WCAG contrast
Aa
#afebdb on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afebdb on black: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.2%
Blue85.9%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow6.8%
Key (black)7.8%
Color previews
#afebdb text on a black background
contrast 15.73:1
Card sample
#afebdb text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afebdb;
Background color
Panel with #afebdb background
background-color: #afebdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afebdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 235, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 235, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afebdb; background: linear-gradient(135deg, #afebdb, #AFD3EB);