Beige
#CAF2D2
GreenColor Codes
All color formats for development
HEX
#CAF2D2RGB
rgb(202, 242, 210)HSL
hsl(132, 61%, 87%)OKLCH
oklch(0.924 0.06 151)CMYK
cmyk(17%, 0%, 13%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A6E9B3
2#82E195
3#5ED877
4#3BCF58
5#2BB346
6#238F38
7#1A6B2A
8#11471C
9#09240E
Tints
Lighter variations
1#CFF3D6
2#D4F5DB
3#DAF6DF
4#DFF7E4
5#E4F9E8
6#EAFAED
7#EFFBF1
8#F4FCF6
9#FAFEFA
Tones
Muted variations
1#CCF0D3
2#CEEED4
3#D0ECD5
4#D2EAD7
5#D4E8D8
6#D6E6D9
7#D8E4DA
8#DAE2DB
9#DCE0DD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8AF | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC85 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D262 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB547 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239039 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196728 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10421A | 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: #F3FCF5;
--beige-100: #E2F8E7;
--beige-200: #CAF2D2;
--beige-300: #A1E8AF;
--beige-400: #6FDC85;
--beige-500: #46D262;
--beige-600: #2CB547;
--beige-700: #239039;
--beige-800: #196728;
--beige-900: #10421A;
--beige-950: #0A2910;
}