#b3fceb
a light, electric cyan · cool · closest name: aquamarine
RGB
179, 252, 235
HSL
166°, 92%, 85%
CMYK
29, 0, 7, 1
Luminance
0.8520
Every format
| HEX | #b3fceb |
| RGB | rgb(179, 252, 235) |
| HSL | hsl(166, 92%, 85%) |
| CMYK | cmyk(29%, 0%, 7%, 1%) |
| LAB | lab(94.0 -26.0 0.9) |
| LCH | lch(94.0 26.0 178.0) |
| OKLCH | oklch(0.938 0.076 178.5) |
Copy-ready code
/* CSS */
color: #b3fceb;
background-color: #b3fceb;
/* Tailwind (arbitrary) */
class="text-[#b3fceb] bg-[#b3fceb]"
/* SCSS */
$brand: #b3fceb;
/* SwiftUI */
Color(red: 0.702, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#b3fceb")Accessibility — WCAG contrast
Aa
#b3fceb on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3fceb on black: 18.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green98.8%
Blue92.2%
CMYK percentages
Cyan29.0%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#b3fceb text on a black background
contrast 18.04:1
Card sample
#b3fceb text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3fceb;
Background color
Panel with #b3fceb background
background-color: #b3fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3fceb; background: linear-gradient(135deg, #b3fceb, #B3DCFC);