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