Beige
#C4F8CC
GreenColor Codes
All color formats for development
HEX
#C4F8CCRGB
rgb(196, 248, 204)HSL
hsl(129, 79%, 87%)OKLCH
oklch(0.932 0.08 149.2)CMYK
cmyk(21%, 0%, 18%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9CF3A9
2#74EF87
3#4DEA64
4#25E542
5#17C732
6#139F28
7#0E771E
8#094F14
9#05280A
Tints
Lighter variations
1#CAF9D1
2#D0F9D6
3#D5FADB
4#DBFBE0
5#E1FCE5
6#E7FCEA
7#EDFDF0
8#F3FEF5
9#F9FEFA
Tones
Muted variations
1#C6F5CD
2#C9F3CF
3#CCF0D1
4#CEEED3
5#D1EBD5
6#D3E8D7
7#D6E6D8
8#D9E3DA
9#DBE0DC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8CC | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3A4 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC74 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E74D | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C932 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A028 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D721C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094912 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F1FDF3;
--beige-100: #DFFBE3;
--beige-200: #C4F8CC;
--beige-300: #96F3A4;
--beige-400: #5FEC74;
--beige-500: #32E74D;
--beige-600: #18C932;
--beige-700: #13A028;
--beige-800: #0D721C;
--beige-900: #094912;
--beige-950: #052E0B;
}