#b3fcf2
a light, electric cyan · cool · closest name: turquoise
RGB
179, 252, 242
HSL
172°, 92%, 85%
CMYK
29, 0, 4, 1
Luminance
0.8562
Every format
| HEX | #b3fcf2 |
| RGB | rgb(179, 252, 242) |
| HSL | hsl(172, 92%, 85%) |
| CMYK | cmyk(29%, 0%, 4%, 1%) |
| LAB | lab(94.2 -24.5 -2.4) |
| LCH | lch(94.2 24.6 185.7) |
| OKLCH | oklch(0.940 0.073 185.4) |
Copy-ready code
/* CSS */
color: #b3fcf2;
background-color: #b3fcf2;
/* Tailwind (arbitrary) */
class="text-[#b3fcf2] bg-[#b3fcf2]"
/* SCSS */
$brand: #b3fcf2;
/* SwiftUI */
Color(red: 0.702, green: 0.988, blue: 0.949)
/* Android */
Color.parseColor("#b3fcf2")Accessibility — WCAG contrast
Aa
#b3fcf2 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3fcf2 on black: 18.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green98.8%
Blue94.9%
CMYK percentages
Cyan29.0%
Magenta0.0%
Yellow4.0%
Key (black)1.2%
Color previews
#b3fcf2 text on a black background
contrast 18.12:1
Card sample
#b3fcf2 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3fcf2;
Background color
Panel with #b3fcf2 background
background-color: #b3fcf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3fcf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 252, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 252, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3fcf2; background: linear-gradient(135deg, #b3fcf2, #B3D5FC);