#c6ebdb
a light, vivid green · cool · closest name: beige
RGB
198, 235, 219
HSL
154°, 48%, 85%
CMYK
16, 0, 7, 8
Luminance
0.7654
Every format
| HEX | #c6ebdb |
| RGB | rgb(198, 235, 219) |
| HSL | hsl(154, 48%, 85%) |
| CMYK | cmyk(16%, 0%, 7%, 8%) |
| LAB | lab(90.1 -15.1 3.8) |
| LCH | lch(90.1 15.6 166.0) |
| OKLCH | oklch(0.909 0.044 167.3) |
Copy-ready code
/* CSS */
color: #c6ebdb;
background-color: #c6ebdb;
/* Tailwind (arbitrary) */
class="text-[#c6ebdb] bg-[#c6ebdb]"
/* SCSS */
$brand: #c6ebdb;
/* SwiftUI */
Color(red: 0.776, green: 0.922, blue: 0.859)
/* Android */
Color.parseColor("#c6ebdb")Accessibility — WCAG contrast
Aa
#c6ebdb on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6ebdb on black: 16.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green92.2%
Blue85.9%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow6.8%
Key (black)7.8%
Color previews
#c6ebdb text on a black background
contrast 16.31:1
Card sample
#c6ebdb text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6ebdb;
Background color
Panel with #c6ebdb background
background-color: #c6ebdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6ebdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 235, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 235, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6ebdb; background: linear-gradient(135deg, #c6ebdb, #C6E2EB);