#bccfd3
a light, soft cyan · cool · closest name: silver
RGB
188, 207, 211
HSL
190°, 21%, 78%
CMYK
11, 2, 0, 17
Luminance
0.6002
Every format
| HEX | #bccfd3 |
| RGB | rgb(188, 207, 211) |
| HSL | hsl(190, 21%, 78%) |
| CMYK | cmyk(11%, 2%, 0%, 17%) |
| LAB | lab(81.8 -5.6 -4.2) |
| LCH | lch(81.8 7.0 216.7) |
| OKLCH | oklch(0.841 0.021 211.8) |
Copy-ready code
/* CSS */
color: #bccfd3;
background-color: #bccfd3;
/* Tailwind (arbitrary) */
class="text-[#bccfd3] bg-[#bccfd3]"
/* SCSS */
$brand: #bccfd3;
/* SwiftUI */
Color(red: 0.737, green: 0.812, blue: 0.827)
/* Android */
Color.parseColor("#bccfd3")Accessibility — WCAG contrast
Aa
#bccfd3 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccfd3 on black: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green81.2%
Blue82.7%
CMYK percentages
Cyan10.9%
Magenta1.9%
Yellow0.0%
Key (black)17.3%
Color previews
#bccfd3 text on a black background
contrast 13.00:1
Card sample
#bccfd3 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccfd3;
Background color
Panel with #bccfd3 background
background-color: #bccfd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccfd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 207, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 207, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccfd3; background: linear-gradient(135deg, #bccfd3, #BCC0D3);