Beige
#CAF2D7
GreenColor Codes
All color formats for development
HEX
#CAF2D7RGB
rgb(202, 242, 215)HSL
hsl(140, 61%, 87%)OKLCH
oklch(0.925 0.055 155.7)CMYK
cmyk(17%, 0%, 11%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A6E9BC
2#82E1A2
3#5ED887
4#3BCF6C
5#2BB358
6#238F47
7#1A6B35
8#114723
9#092412
Tints
Lighter variations
1#CFF3DB
2#D4F5DF
3#DAF6E3
4#DFF7E7
5#E4F9EB
6#EAFAEF
7#EFFBF3
8#F4FCF7
9#FAFEFB
Tones
Muted variations
1#CCF0D8
2#CEEED8
3#D0ECD9
4#D2EADA
5#D4E8DA
6#D6E6DB
7#D8E4DC
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 #E2F8EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B8 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC94 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D275 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB559 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239047 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196733 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104221 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2914 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF6;
--beige-100: #E2F8EA;
--beige-200: #CAF2D7;
--beige-300: #A1E8B8;
--beige-400: #6FDC94;
--beige-500: #46D275;
--beige-600: #2CB559;
--beige-700: #239047;
--beige-800: #196733;
--beige-900: #104221;
--beige-950: #0A2914;
}