Beige
#CAF2CF
GreenColor Codes
All color formats for development
HEX
#CAF2CFRGB
rgb(202, 242, 207)HSL
hsl(128, 61%, 87%)OKLCH
oklch(0.923 0.063 148.6)CMYK
cmyk(17%, 0%, 14%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A6E9AF
2#82E18F
3#5ED86F
4#3BCF4F
5#2BB33D
6#238F31
7#1A6B25
8#114719
9#09240C
Tints
Lighter variations
1#CFF3D4
2#D4F5D9
3#DAF6DD
4#DFF7E2
5#E4F9E7
6#EAFAEC
7#EFFBF1
8#F4FCF5
9#FAFEFA
Tones
Muted variations
1#CCF0D1
2#CEEED2
3#D0ECD3
4#D2EAD5
5#D4E8D6
6#D6E6D8
7#D8E4D9
8#DAE2DB
9#DCE0DC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CF | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8AA | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC7E | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D259 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB53E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239031 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196723 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104217 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF4;
--beige-100: #E2F8E5;
--beige-200: #CAF2CF;
--beige-300: #A1E8AA;
--beige-400: #6FDC7E;
--beige-500: #46D259;
--beige-600: #2CB53E;
--beige-700: #239031;
--beige-800: #196723;
--beige-900: #104217;
--beige-950: #0A290E;
}