Beige
#C8F4D3
GreenColor Codes
All color formats for development
HEX
#C8F4D3RGB
rgb(200, 244, 211)HSL
hsl(135, 67%, 87%)OKLCH
oklch(0.927 0.064 152.6)CMYK
cmyk(18%, 0%, 14%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3EDB5
2#7EE598
3#58DE7A
4#33D75C
5#25B94A
6#1D943B
7#166F2C
8#0F4A1E
9#07250F
Tints
Lighter variations
1#CDF5D7
2#D3F6DC
3#D8F7E0
4#DEF8E4
5#E3FAE9
6#E9FBED
7#EEFCF2
8#F4FDF6
9#F9FEFB
Tones
Muted variations
1#CAF2D4
2#CCF0D5
3#CEEDD6
4#D1EBD7
5#D3E9D8
6#D5E7D9
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 #E1F9E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECB1 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE288 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD966 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB4B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D953B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A2A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D441B | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FCF5;
--beige-100: #E1F9E7;
--beige-200: #C8F4D3;
--beige-300: #9DECB1;
--beige-400: #6AE288;
--beige-500: #3FD966;
--beige-600: #25BB4B;
--beige-700: #1D953B;
--beige-800: #156A2A;
--beige-900: #0D441B;
--beige-950: #082B11;
}