Beige
#CAF2CE
GreenColor Codes
All color formats for development
HEX
#CAF2CERGB
rgb(202, 242, 206)HSL
hsl(126, 61%, 87%)OKLCH
oklch(0.923 0.064 147.8)CMYK
cmyk(17%, 0%, 15%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A6E9AD
2#82E18C
3#5ED86B
4#3BCF4A
5#2BB339
6#238F2D
7#1A6B22
8#114717
9#09240B
Tints
Lighter variations
1#CFF3D3
2#D4F5D8
3#DAF6DC
4#DFF7E1
5#E4F9E6
6#EAFAEB
7#EFFBF0
8#F4FCF5
9#FAFEFA
Tones
Muted variations
1#CCF0CF
2#CEEED1
3#D0ECD3
4#D2EAD4
5#D4E8D6
6#D6E6D7
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 #E2F8E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CE | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A8 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC7A | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D254 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB539 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23902E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196721 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104215 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF4;
--beige-100: #E2F8E4;
--beige-200: #CAF2CE;
--beige-300: #A1E8A8;
--beige-400: #6FDC7A;
--beige-500: #46D254;
--beige-600: #2CB539;
--beige-700: #23902E;
--beige-800: #196721;
--beige-900: #104215;
--beige-950: #0A290D;
}