#b2fdf0
a light, electric cyan · cool · closest name: turquoise
RGB
178, 253, 240
HSL
170°, 95%, 85%
CMYK
30, 0, 5, 1
Luminance
0.8601
Every format
| HEX | #b2fdf0 |
| RGB | rgb(178, 253, 240) |
| HSL | hsl(170, 95%, 85%) |
| CMYK | cmyk(30%, 0%, 5%, 1%) |
| LAB | lab(94.3 -25.7 -1.2) |
| LCH | lch(94.3 25.7 182.6) |
| OKLCH | oklch(0.942 0.076 182.7) |
Copy-ready code
/* CSS */
color: #b2fdf0;
background-color: #b2fdf0;
/* Tailwind (arbitrary) */
class="text-[#b2fdf0] bg-[#b2fdf0]"
/* SCSS */
$brand: #b2fdf0;
/* SwiftUI */
Color(red: 0.698, green: 0.992, blue: 0.941)
/* Android */
Color.parseColor("#b2fdf0")Accessibility — WCAG contrast
Aa
#b2fdf0 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2fdf0 on black: 18.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green99.2%
Blue94.1%
CMYK percentages
Cyan29.6%
Magenta0.0%
Yellow5.1%
Key (black)0.8%
Color previews
#b2fdf0 text on a black background
contrast 18.20:1
Card sample
#b2fdf0 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2fdf0;
Background color
Panel with #b2fdf0 background
background-color: #b2fdf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2fdf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 253, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 253, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2fdf0; background: linear-gradient(135deg, #b2fdf0, #B2D8FD);