#b3feef
a light, electric cyan · cool · closest name: aquamarine
RGB
179, 254, 239
HSL
168°, 97%, 85%
CMYK
30, 0, 6, 0
Luminance
0.8670
Every format
| HEX | #b3feef |
| RGB | rgb(179, 254, 239) |
| HSL | hsl(168, 97%, 85%) |
| CMYK | cmyk(30%, 0%, 6%, 0%) |
| LAB | lab(94.6 -26.1 -0.2) |
| LCH | lch(94.6 26.1 180.5) |
| OKLCH | oklch(0.944 0.077 180.7) |
Copy-ready code
/* CSS */
color: #b3feef;
background-color: #b3feef;
/* Tailwind (arbitrary) */
class="text-[#b3feef] bg-[#b3feef]"
/* SCSS */
$brand: #b3feef;
/* SwiftUI */
Color(red: 0.702, green: 0.996, blue: 0.937)
/* Android */
Color.parseColor("#b3feef")Accessibility — WCAG contrast
Aa
#b3feef on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3feef on black: 18.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green99.6%
Blue93.7%
CMYK percentages
Cyan29.5%
Magenta0.0%
Yellow5.9%
Key (black)0.4%
Color previews
#b3feef text on a black background
contrast 18.34:1
Card sample
#b3feef text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3feef;
Background color
Panel with #b3feef background
background-color: #b3feef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3feef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 254, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 254, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3feef; background: linear-gradient(135deg, #b3feef, #B3DBFE);