#b9faeb
a pale, electric cyan · cool · closest name: beige
RGB
185, 250, 235
HSL
166°, 87%, 85%
CMYK
26, 0, 6, 2
Luminance
0.8468
Every format
| HEX | #b9faeb |
| RGB | rgb(185, 250, 235) |
| HSL | hsl(166, 87%, 85%) |
| CMYK | cmyk(26%, 0%, 6%, 2%) |
| LAB | lab(93.8 -23.3 0.6) |
| LCH | lch(93.8 23.3 178.4) |
| OKLCH | oklch(0.938 0.068 178.9) |
Copy-ready code
/* CSS */
color: #b9faeb;
background-color: #b9faeb;
/* Tailwind (arbitrary) */
class="text-[#b9faeb] bg-[#b9faeb]"
/* SCSS */
$brand: #b9faeb;
/* SwiftUI */
Color(red: 0.725, green: 0.980, blue: 0.922)
/* Android */
Color.parseColor("#b9faeb")Accessibility — WCAG contrast
Aa
#b9faeb on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9faeb on black: 17.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green98.0%
Blue92.2%
CMYK percentages
Cyan26.0%
Magenta0.0%
Yellow6.0%
Key (black)2.0%
Color previews
#b9faeb text on a black background
contrast 17.94:1
Card sample
#b9faeb text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9faeb;
Background color
Panel with #b9faeb background
background-color: #b9faeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9faeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 250, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 250, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9faeb; background: linear-gradient(135deg, #b9faeb, #B9DEFA);