#bccfd4
a light, soft cyan · cool · closest name: silver
RGB
188, 207, 212
HSL
193°, 22%, 78%
CMYK
11, 2, 0, 17
Luminance
0.6007
Every format
| HEX | #bccfd4 |
| RGB | rgb(188, 207, 212) |
| HSL | hsl(193, 22%, 78%) |
| CMYK | cmyk(11%, 2%, 0%, 17%) |
| LAB | lab(81.9 -5.4 -4.7) |
| LCH | lch(81.9 7.1 220.8) |
| OKLCH | oklch(0.842 0.022 215.3) |
Copy-ready code
/* CSS */
color: #bccfd4;
background-color: #bccfd4;
/* Tailwind (arbitrary) */
class="text-[#bccfd4] bg-[#bccfd4]"
/* SCSS */
$brand: #bccfd4;
/* SwiftUI */
Color(red: 0.737, green: 0.812, blue: 0.831)
/* Android */
Color.parseColor("#bccfd4")Accessibility — WCAG contrast
Aa
#bccfd4 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccfd4 on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green81.2%
Blue83.1%
CMYK percentages
Cyan11.3%
Magenta2.4%
Yellow0.0%
Key (black)16.9%
Color previews
#bccfd4 text on a black background
contrast 13.01:1
Card sample
#bccfd4 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccfd4;
Background color
Panel with #bccfd4 background
background-color: #bccfd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccfd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 207, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 207, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccfd4; background: linear-gradient(135deg, #bccfd4, #BCBFD4);