#baeccf
a light, vivid green · cool · closest name: beige
RGB
186, 236, 207
HSL
145°, 57%, 83%
CMYK
21, 0, 12, 8
Luminance
0.7494
Every format
| HEX | #baeccf |
| RGB | rgb(186, 236, 207) |
| HSL | hsl(145, 57%, 83%) |
| CMYK | cmyk(21%, 0%, 12%, 8%) |
| LAB | lab(89.4 -21.7 8.8) |
| LCH | lch(89.4 23.4 157.8) |
| OKLCH | oklch(0.900 0.065 159.3) |
Copy-ready code
/* CSS */
color: #baeccf;
background-color: #baeccf;
/* Tailwind (arbitrary) */
class="text-[#baeccf] bg-[#baeccf]"
/* SCSS */
$brand: #baeccf;
/* SwiftUI */
Color(red: 0.729, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#baeccf")Accessibility — WCAG contrast
Aa
#baeccf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baeccf on black: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.5%
Blue81.2%
CMYK percentages
Cyan21.2%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#baeccf text on a black background
contrast 15.99:1
Card sample
#baeccf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baeccf;
Background color
Panel with #baeccf background
background-color: #baeccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baeccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baeccf; background: linear-gradient(135deg, #baeccf, #BAE8EC);