Beige
#CAF2D3
GreenColor Codes
All color formats for development
HEX
#CAF2D3RGB
rgb(202, 242, 211)HSL
hsl(134, 61%, 87%)OKLCH
oklch(0.924 0.059 151.9)CMYK
cmyk(17%, 0%, 13%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A6E9B6
2#82E198
3#5ED87B
4#3BCF5D
5#2BB34B
6#238F3C
7#1A6B2D
8#11471E
9#09240F
Tints
Lighter variations
1#CFF3D7
2#D4F5DC
3#DAF6E0
4#DFF7E5
5#E4F9E9
6#EAFAED
7#EFFBF2
8#F4FCF6
9#FAFEFB
Tones
Muted variations
1#CCF0D4
2#CEEED5
3#D0ECD6
4#D2EAD7
5#D4E8D8
6#D6E6DA
7#D8E4DB
8#DAE2DC
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 #CAF2D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B1 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC89 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D267 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB54C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23903C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19672B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10421C | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2911 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF5;
--beige-100: #E2F8E7;
--beige-200: #CAF2D3;
--beige-300: #A1E8B1;
--beige-400: #6FDC89;
--beige-500: #46D267;
--beige-600: #2CB54C;
--beige-700: #23903C;
--beige-800: #19672B;
--beige-900: #10421C;
--beige-950: #0A2911;
}