Beige
#C4F7D9
GreenColor Codes
All color formats for development
HEX
#C4F7D9RGB
rgb(196, 247, 217)HSL
hsl(145, 76%, 87%)OKLCH
oklch(0.933 0.066 159)CMYK
cmyk(21%, 0%, 12%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9EF2C1
2#77ECA8
3#50E78F
4#28E276
5#1BC361
6#159C4D
7#10753A
8#0B4E27
9#052713
Tints
Lighter variations
1#CAF8DD
2#D0F9E1
3#D6F9E5
4#DCFAE9
5#E2FBEC
6#E8FCF0
7#EDFDF4
8#F3FDF8
9#F9FEFB
Tones
Muted variations
1#C7F5DA
2#CAF2DA
3#CCEFDB
4#CFEDDB
5#D1EADC
6#D4E8DC
7#D6E5DD
8#D9E3DD
9#DBE0DD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1BD | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA9A | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E37E | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC562 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D4E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7038 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4824 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF6;
--beige-100: #E0FBEB;
--beige-200: #C5F7DA;
--beige-300: #98F1BD;
--beige-400: #62EA9A;
--beige-500: #35E37E;
--beige-600: #1BC562;
--beige-700: #159D4E;
--beige-800: #0F7038;
--beige-900: #0A4824;
--beige-950: #062D16;
}