Beige
#C4F8D4
GreenColor Codes
All color formats for development
HEX
#C4F8D4RGB
rgb(196, 248, 212)HSL
hsl(138, 79%, 87%)OKLCH
oklch(0.934 0.072 154.6)CMYK
cmyk(21%, 0%, 15%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9CF3B6
2#74EF99
3#4DEA7C
4#25E55F
5#17C74C
6#139F3D
7#0E772E
8#094F1E
9#05280F
Tints
Lighter variations
1#CAF9D8
2#D0F9DC
3#D5FAE0
4#DBFBE5
5#E1FCE9
6#E7FCEE
7#EDFDF2
8#F3FEF6
9#F9FEFB
Tones
Muted variations
1#C6F5D4
2#C9F3D5
3#CCF0D7
4#CEEED8
5#D1EBD9
6#D3E8DA
7#D6E6DB
8#D9E3DC
9#DBE0DD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3B2 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC8A | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E768 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C94D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A03D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D722C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491C | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F1FDF5;
--beige-100: #DFFBE8;
--beige-200: #C4F8D3;
--beige-300: #96F3B2;
--beige-400: #5FEC8A;
--beige-500: #32E768;
--beige-600: #18C94D;
--beige-700: #13A03D;
--beige-800: #0D722C;
--beige-900: #09491C;
--beige-950: #052E11;
}