Beige
#CAF2DA
GreenColor Codes
All color formats for development
HEX
#CAF2DARGB
rgb(202, 242, 218)HSL
hsl(144, 61%, 87%)OKLCH
oklch(0.926 0.053 158.9)CMYK
cmyk(17%, 0%, 10%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A6E9C1
2#82E1A8
3#5ED88F
4#3BCF76
5#2BB361
6#238F4E
7#1A6B3A
8#114727
9#092413
Tints
Lighter variations
1#CFF3DE
2#D4F5E1
3#DAF6E5
4#DFF7E9
5#E4F9EC
6#EAFAF0
7#EFFBF4
8#F4FCF8
9#FAFEFB
Tones
Muted variations
1#CCF0DA
2#CEEEDB
3#D0ECDB
4#D2EADB
5#D4E8DC
6#D6E6DC
7#D8E4DD
8#DAE2DD
9#DCE0DD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DA | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8BD | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC9B | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D27E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB563 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23904E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196738 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104224 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2916 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF6;
--beige-100: #E2F8EB;
--beige-200: #CAF2DA;
--beige-300: #A1E8BD;
--beige-400: #6FDC9B;
--beige-500: #46D27E;
--beige-600: #2CB563;
--beige-700: #23904E;
--beige-800: #196738;
--beige-900: #104224;
--beige-950: #0A2916;
}