#baf1df
a light, vivid cyan · cool · closest name: beige
RGB
186, 241, 223
HSL
160°, 66%, 84%
CMYK
23, 0, 8, 6
Luminance
0.7868
Every format
| HEX | #baf1df |
| RGB | rgb(186, 241, 223) |
| HSL | hsl(160, 66%, 84%) |
| CMYK | cmyk(23%, 0%, 8%, 6%) |
| LAB | lab(91.1 -21.0 3.0) |
| LCH | lch(91.1 21.2 171.9) |
| OKLCH | oklch(0.915 0.061 172.8) |
Copy-ready code
/* CSS */
color: #baf1df;
background-color: #baf1df;
/* Tailwind (arbitrary) */
class="text-[#baf1df] bg-[#baf1df]"
/* SCSS */
$brand: #baf1df;
/* SwiftUI */
Color(red: 0.729, green: 0.945, blue: 0.875)
/* Android */
Color.parseColor("#baf1df")Accessibility — WCAG contrast
Aa
#baf1df on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf1df on black: 16.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green94.5%
Blue87.5%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow7.5%
Key (black)5.5%
Color previews
#baf1df text on a black background
contrast 16.74:1
Card sample
#baf1df text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf1df;
Background color
Panel with #baf1df background
background-color: #baf1df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf1df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 241, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 241, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf1df; background: linear-gradient(135deg, #baf1df, #BADEF1);