Beige
#CAF1D5
GreenColor Codes
All color formats for development
HEX
#CAF1D5RGB
rgb(202, 241, 213)HSL
hsl(137, 58%, 87%)OKLCH
oklch(0.923 0.055 154)CMYK
cmyk(16%, 0%, 12%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A8E8BA
2#85DE9E
3#61D582
4#3ECC66
5#2FAF53
6#258C42
7#1C6932
8#134621
9#092311
Tints
Lighter variations
1#D0F2DA
2#D5F4DE
3#DAF5E2
4#E0F7E6
5#E5F8EA
6#EAF9EE
7#EFFBF3
8#F5FCF7
9#FAFEFB
Tones
Muted variations
1#CDEFD6
2#CEEDD7
3#D0EBD8
4#D2E9D9
5#D4E7DA
6#D6E6DB
7#D8E4DB
8#DAE2DC
9#DCE0DD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6B6 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA8F | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF6F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB154 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D43 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6530 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11401F | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2813 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF5;
--beige-100: #E3F8E9;
--beige-200: #CBF1D6;
--beige-300: #A2E6B6;
--beige-400: #72DA8F;
--beige-500: #4ACF6F;
--beige-600: #2FB154;
--beige-700: #258D43;
--beige-800: #1B6530;
--beige-900: #11401F;
--beige-950: #0B2813;
}