Beige
#CAF1D7
GreenColor Codes
All color formats for development
HEX
#CAF1D7RGB
rgb(202, 241, 215)HSL
hsl(140, 58%, 87%)OKLCH
oklch(0.923 0.054 156)CMYK
cmyk(16%, 0%, 11%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A8E8BD
2#85DEA2
3#61D588
4#3ECC6E
5#2FAF59
6#258C48
7#1C6936
8#134624
9#092312
Tints
Lighter variations
1#D0F2DB
2#D5F4DF
3#DAF5E3
4#E0F7E7
5#E5F8EB
6#EAF9EF
7#EFFBF3
8#F5FCF7
9#FAFEFB
Tones
Muted variations
1#CDEFD8
2#CEEDD9
3#D0EBD9
4#D2E9DA
5#D4E7DB
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 | E3F8 #E3F8EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6B9 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA94 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF76 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB15B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D48 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6533 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114021 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2815 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF6;
--beige-100: #E3F8EA;
--beige-200: #CBF1D7;
--beige-300: #A2E6B9;
--beige-400: #72DA94;
--beige-500: #4ACF76;
--beige-600: #2FB15B;
--beige-700: #258D48;
--beige-800: #1B6533;
--beige-900: #114021;
--beige-950: #0B2815;
}