Beige
#C8F4D5
GreenColor Codes
All color formats for development
HEX
#C8F4D5RGB
rgb(200, 244, 213)HSL
hsl(138, 67%, 87%)OKLCH
oklch(0.928 0.062 154.4)CMYK
cmyk(18%, 0%, 13%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3EDB9
2#7EE59D
3#58DE81
4#33D764
5#25B951
6#1D9441
7#166F31
8#0F4A20
9#072510
Tints
Lighter variations
1#CDF5D9
2#D3F6DD
3#D8F7E2
4#DEF8E6
5#E3FAEA
6#E9FBEE
7#EEFCF2
8#F4FDF7
9#F9FEFB
Tones
Muted variations
1#CAF2D6
2#CCF0D7
3#CEEDD8
4#D1EBD9
5#D3E9D9
6#D5E7DA
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 #E1F9E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECB5 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE28E | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD96D | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB52 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9541 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A2F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D441E | 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: #E1F9E8;
--beige-200: #C8F4D5;
--beige-300: #9DECB5;
--beige-400: #6AE28E;
--beige-500: #3FD96D;
--beige-600: #25BB52;
--beige-700: #1D9541;
--beige-800: #156A2F;
--beige-900: #0D441E;
--beige-950: #082B13;
}