#b8f3f3
a light, vivid cyan · cool · closest name: skyblue
RGB
184, 243, 243
HSL
180°, 71%, 84%
CMYK
24, 0, 0, 5
Luminance
0.8076
Every format
| HEX | #b8f3f3 |
| RGB | rgb(184, 243, 243) |
| HSL | hsl(180, 71%, 84%) |
| CMYK | cmyk(24%, 0%, 0%, 5%) |
| LAB | lab(92.0 -18.4 -6.0) |
| LCH | lch(92.0 19.4 198.2) |
| OKLCH | oklch(0.924 0.059 196.2) |
Copy-ready code
/* CSS */
color: #b8f3f3;
background-color: #b8f3f3;
/* Tailwind (arbitrary) */
class="text-[#b8f3f3] bg-[#b8f3f3]"
/* SCSS */
$brand: #b8f3f3;
/* SwiftUI */
Color(red: 0.722, green: 0.953, blue: 0.953)
/* Android */
Color.parseColor("#b8f3f3")Accessibility — WCAG contrast
Aa
#b8f3f3 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8f3f3 on black: 17.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green95.3%
Blue95.3%
CMYK percentages
Cyan24.3%
Magenta0.0%
Yellow0.0%
Key (black)4.7%
Color previews
#b8f3f3 text on a black background
contrast 17.15:1
Card sample
#b8f3f3 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8f3f3;
Background color
Panel with #b8f3f3 background
background-color: #b8f3f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8f3f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 243, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 243, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8f3f3; background: linear-gradient(135deg, #b8f3f3, #B8CCF3);