Beige
#C3F8D4
GreenColor Codes
All color formats for development
HEX
#C3F8D4RGB
rgb(195, 248, 212)HSL
hsl(139, 79%, 87%)OKLCH
oklch(0.933 0.073 155.1)CMYK
cmyk(21%, 0%, 15%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9CF3B8
2#74EF9B
3#4DEA7E
4#25E562
5#17C74F
6#139F3F
7#0E772F
8#094F20
9#052810
Tints
Lighter variations
1#CAF9D9
2#D0F9DD
3#D5FAE1
4#DBFBE5
5#E1FCEA
6#E7FCEE
7#EDFDF2
8#F3FEF6
9#F9FEFB
Tones
Muted variations
1#C6F5D5
2#C9F3D6
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 #C4F8D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3B3 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC8C | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E76B | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C950 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A03F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D722D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491D | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F1FDF5;
--beige-100: #DFFBE8;
--beige-200: #C4F8D4;
--beige-300: #96F3B3;
--beige-400: #5FEC8C;
--beige-500: #32E76B;
--beige-600: #18C950;
--beige-700: #13A03F;
--beige-800: #0D722D;
--beige-900: #09491D;
--beige-950: #052E12;
}