#bccace
a light, soft cyan · cool · closest name: silver
RGB
188, 202, 206
HSL
193°, 16%, 77%
CMYK
9, 2, 0, 19
Luminance
0.5739
Every format
| HEX | #bccace |
| RGB | rgb(188, 202, 206) |
| HSL | hsl(193, 16%, 77%) |
| CMYK | cmyk(9%, 2%, 0%, 19%) |
| LAB | lab(80.4 -4.0 -3.6) |
| LCH | lch(80.4 5.4 222.4) |
| OKLCH | oklch(0.830 0.016 216.7) |
Copy-ready code
/* CSS */
color: #bccace;
background-color: #bccace;
/* Tailwind (arbitrary) */
class="text-[#bccace] bg-[#bccace]"
/* SCSS */
$brand: #bccace;
/* SwiftUI */
Color(red: 0.737, green: 0.792, blue: 0.808)
/* Android */
Color.parseColor("#bccace")Accessibility — WCAG contrast
Aa
#bccace on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccace on black: 12.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green79.2%
Blue80.8%
CMYK percentages
Cyan8.7%
Magenta1.9%
Yellow0.0%
Key (black)19.2%
Color previews
#bccace text on a black background
contrast 12.48:1
Card sample
#bccace text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccace;
Background color
Panel with #bccace background
background-color: #bccace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 202, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 202, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccace; background: linear-gradient(135deg, #bccace, #BCBECE);