Beige
#CAF2D5
GreenColor Codes
All color formats for development
HEX
#CAF2D5RGB
rgb(202, 242, 213)HSL
hsl(137, 61%, 87%)OKLCH
oklch(0.925 0.057 153.7)CMYK
cmyk(17%, 0%, 12%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A6E9B9
2#82E19D
3#5ED881
4#3BCF65
5#2BB352
6#238F41
7#1A6B31
8#114721
9#092410
Tints
Lighter variations
1#CFF3D9
2#D4F5DD
3#DAF6E2
4#DFF7E6
5#E4F9EA
6#EAFAEE
7#EFFBF2
8#F4FCF7
9#FAFEFB
Tones
Muted variations
1#CCF0D6
2#CEEED7
3#D0ECD8
4#D2EAD9
5#D4E8D9
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 #E2F8E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B5 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC8E | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D26E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB553 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239042 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19672F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10421E | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2913 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF5;
--beige-100: #E2F8E8;
--beige-200: #CAF2D5;
--beige-300: #A1E8B5;
--beige-400: #6FDC8E;
--beige-500: #46D26E;
--beige-600: #2CB553;
--beige-700: #239042;
--beige-800: #19672F;
--beige-900: #10421E;
--beige-950: #0A2913;
}