#bceccf
a light, vivid green · cool · closest name: beige
RGB
188, 236, 207
HSL
144°, 56%, 83%
CMYK
20, 0, 12, 8
Luminance
0.7519
Every format
| HEX | #bceccf |
| RGB | rgb(188, 236, 207) |
| HSL | hsl(144, 56%, 83%) |
| CMYK | cmyk(20%, 0%, 12%, 8%) |
| LAB | lab(89.5 -21.0 9.0) |
| LCH | lch(89.5 22.9 156.8) |
| OKLCH | oklch(0.902 0.063 158.3) |
Copy-ready code
/* CSS */
color: #bceccf;
background-color: #bceccf;
/* Tailwind (arbitrary) */
class="text-[#bceccf] bg-[#bceccf]"
/* SCSS */
$brand: #bceccf;
/* SwiftUI */
Color(red: 0.737, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#bceccf")Accessibility — WCAG contrast
Aa
#bceccf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bceccf on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green92.5%
Blue81.2%
CMYK percentages
Cyan20.3%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#bceccf text on a black background
contrast 16.04:1
Card sample
#bceccf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bceccf;
Background color
Panel with #bceccf background
background-color: #bceccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bceccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bceccf; background: linear-gradient(135deg, #bceccf, #BCE9EC);