Beige
#CAF2D1
GreenColor Codes
All color formats for development
HEX
#CAF2D1RGB
rgb(202, 242, 209)HSL
hsl(131, 61%, 87%)OKLCH
oklch(0.924 0.061 150.1)CMYK
cmyk(17%, 0%, 14%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A6E9B2
2#82E194
3#5ED875
4#3BCF56
5#2BB344
6#238F36
7#1A6B29
8#11471B
9#09240E
Tints
Lighter variations
1#CFF3D6
2#D4F5DA
3#DAF6DF
4#DFF7E3
5#E4F9E8
6#EAFAED
7#EFFBF1
8#F4FCF6
9#FAFEFA
Tones
Muted variations
1#CCF0D2
2#CEEED4
3#D0ECD5
4#D2EAD6
5#D4E8D7
6#D6E6D9
7#D8E4DA
8#DAE2DB
9#DCE0DD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8AE | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC83 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D260 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB545 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239037 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196727 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104219 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2910 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF4;
--beige-100: #E2F8E6;
--beige-200: #CAF2D1;
--beige-300: #A1E8AE;
--beige-400: #6FDC83;
--beige-500: #46D260;
--beige-600: #2CB545;
--beige-700: #239037;
--beige-800: #196727;
--beige-900: #104219;
--beige-950: #0A2910;
}