Beige
#CAF2CD
GreenColor Codes
All color formats for development
HEX
#CAF2CDRGB
rgb(202, 242, 205)HSL
hsl(125, 61%, 87%)OKLCH
oklch(0.923 0.065 147.1)CMYK
cmyk(17%, 0%, 15%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A6E9AC
2#82E18A
3#5ED869
4#3BCF47
5#2BB337
6#238F2C
7#1A6B21
8#114716
9#09240B
Tints
Lighter variations
1#CFF3D2
2#D4F5D7
3#DAF6DC
4#DFF7E1
5#E4F9E6
6#EAFAEB
7#EFFBF0
8#F4FCF5
9#FAFEFA
Tones
Muted variations
1#CCF0CF
2#CEEED0
3#D0ECD2
4#D2EAD4
5#D4E8D5
6#D6E6D7
7#D8E4D9
8#DAE2DA
9#DCE0DC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CD | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A7 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC78 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D252 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB537 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23902C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19671F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104214 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF3;
--beige-100: #E2F8E4;
--beige-200: #CAF2CD;
--beige-300: #A1E8A7;
--beige-400: #6FDC78;
--beige-500: #46D252;
--beige-600: #2CB537;
--beige-700: #23902C;
--beige-800: #19671F;
--beige-900: #104214;
--beige-950: #0A290D;
}