Beige
#CAF2D0
GreenColor Codes
All color formats for development
HEX
#CAF2D0RGB
rgb(202, 242, 208)HSL
hsl(129, 61%, 87%)OKLCH
oklch(0.924 0.062 149.3)CMYK
cmyk(17%, 0%, 14%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A6E9B0
2#82E190
3#5ED871
4#3BCF51
5#2BB340
6#238F33
7#1A6B26
8#114719
9#09240D
Tints
Lighter variations
1#CFF3D4
2#D4F5D9
3#DAF6DE
4#DFF7E3
5#E4F9E7
6#EAFAEC
7#EFFBF1
8#F4FCF6
9#FAFEFA
Tones
Muted variations
1#CCF0D1
2#CEEED3
3#D0ECD4
4#D2EAD5
5#D4E8D7
6#D6E6D8
7#D8E4DA
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 #E2F8E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8AB | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC80 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D25B | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB540 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239033 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196725 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104217 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF4;
--beige-100: #E2F8E6;
--beige-200: #CAF2D0;
--beige-300: #A1E8AB;
--beige-400: #6FDC80;
--beige-500: #46D25B;
--beige-600: #2CB540;
--beige-700: #239033;
--beige-800: #196725;
--beige-900: #104217;
--beige-950: #0A290F;
}