Beige
#CBF1D7
GreenColor Codes
All color formats for development
HEX
#CBF1D7RGB
rgb(203, 241, 215)HSL
hsl(139, 58%, 87%)OKLCH
oklch(0.924 0.053 155.3)CMYK
cmyk(16%, 0%, 11%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A8E8BC
2#85DEA1
3#61D586
4#3ECC6B
5#2FAF57
6#258C46
7#1C6934
8#134623
9#092311
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#CEEDD8
3#D0EBD9
4#D2E9DA
5#D4E7DA
6#D6E6DB
7#D8E4DC
8#DAE2DC
9#DCE0DD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6B8 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA93 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF74 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB158 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D46 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6532 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114020 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2814 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF6;
--beige-100: #E3F8E9;
--beige-200: #CBF1D7;
--beige-300: #A2E6B8;
--beige-400: #72DA93;
--beige-500: #4ACF74;
--beige-600: #2FB158;
--beige-700: #258D46;
--beige-800: #1B6532;
--beige-900: #114020;
--beige-950: #0B2814;
}