#c1ebdb
a light, vivid green · cool · closest name: beige
RGB
193, 235, 219
HSL
157°, 51%, 84%
CMYK
18, 0, 7, 8
Luminance
0.7587
Every format
| HEX | #c1ebdb |
| RGB | rgb(193, 235, 219) |
| HSL | hsl(157, 51%, 84%) |
| CMYK | cmyk(18%, 0%, 7%, 8%) |
| LAB | lab(89.8 -16.7 3.3) |
| LCH | lch(89.8 17.0 168.9) |
| OKLCH | oklch(0.906 0.049 170.1) |
Copy-ready code
/* CSS */
color: #c1ebdb;
background-color: #c1ebdb;
/* Tailwind (arbitrary) */
class="text-[#c1ebdb] bg-[#c1ebdb]"
/* SCSS */
$brand: #c1ebdb;
/* SwiftUI */
Color(red: 0.757, green: 0.922, blue: 0.859)
/* Android */
Color.parseColor("#c1ebdb")Accessibility — WCAG contrast
Aa
#c1ebdb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1ebdb on black: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green92.2%
Blue85.9%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow6.8%
Key (black)7.8%
Color previews
#c1ebdb text on a black background
contrast 16.17:1
Card sample
#c1ebdb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1ebdb;
Background color
Panel with #c1ebdb background
background-color: #c1ebdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1ebdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 235, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 235, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1ebdb; background: linear-gradient(135deg, #c1ebdb, #C1DFEB);