Beige
#C8F4D6
GreenColor Codes
All color formats for development
HEX
#C8F4D6RGB
rgb(200, 244, 214)HSL
hsl(139, 67%, 87%)OKLCH
oklch(0.928 0.061 155.3)CMYK
cmyk(18%, 0%, 12%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3EDBA
2#7EE59E
3#58DE83
4#33D767
5#25B954
6#1D9443
7#166F32
8#0F4A21
9#072511
Tints
Lighter variations
1#CDF5DA
2#D3F6DE
3#D8F7E2
4#DEF8E6
5#E3FAEA
6#E9FBEE
7#EEFCF3
8#F4FDF7
9#F9FEFB
Tones
Muted variations
1#CAF2D7
2#CCF0D7
3#CEEDD8
4#D1EBD9
5#D3E9DA
6#D5E7DB
7#D7E5DB
8#D9E2DC
9#DCE0DD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECB6 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE290 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD970 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB55 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9543 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A30 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D441F | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FCF5;
--beige-100: #E1F9E9;
--beige-200: #C8F4D6;
--beige-300: #9DECB6;
--beige-400: #6AE290;
--beige-500: #3FD970;
--beige-600: #25BB55;
--beige-700: #1D9543;
--beige-800: #156A30;
--beige-900: #0D441F;
--beige-950: #082B13;
}