Beige
#C4F8DA
GreenColor Codes
All color formats for development
HEX
#C4F8DARGB
rgb(196, 248, 218)HSL
hsl(145, 79%, 87%)OKLCH
oklch(0.935 0.067 159.5)CMYK
cmyk(21%, 0%, 12%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9CF3C0
2#74EFA7
3#4DEA8E
4#25E575
5#17C760
6#139F4D
7#0E773A
8#094F27
9#052813
Tints
Lighter variations
1#CAF9DD
2#D0F9E1
3#D5FAE5
4#DBFBE8
5#E1FCEC
6#E7FCF0
7#EDFDF4
8#F3FEF7
9#F9FEFB
Tones
Muted variations
1#C6F5DA
2#C9F3DA
3#CCF0DB
4#CEEEDB
5#D1EBDC
6#D3E8DC
7#D6E6DD
8#D9E3DD
9#DBE0DD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3BD | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC9A | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E77D | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C961 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A04D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7237 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094923 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F1FDF6;
--beige-100: #DFFBEB;
--beige-200: #C4F8D9;
--beige-300: #96F3BD;
--beige-400: #5FEC9A;
--beige-500: #32E77D;
--beige-600: #18C961;
--beige-700: #13A04D;
--beige-800: #0D7237;
--beige-900: #094923;
--beige-950: #052E16;
}