Beige
#CBF1D1
GreenColor Codes
All color formats for development
HEX
#CBF1D1RGB
rgb(203, 241, 209)HSL
hsl(129, 58%, 87%)OKLCH
oklch(0.922 0.058 149.6)CMYK
cmyk(16%, 0%, 13%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A8E8B1
2#85DE92
3#61D573
4#3ECC54
5#2FAF42
6#258C35
7#1C6928
8#13461A
9#09230D
Tints
Lighter variations
1#D0F2D5
2#D5F4DA
3#DAF5DE
4#E0F7E3
5#E5F8E8
6#EAF9EC
7#EFFBF1
8#F5FCF6
9#FAFEFA
Tones
Muted variations
1#CDEFD2
2#CEEDD3
3#D0EBD4
4#D2E9D6
5#D4E7D7
6#D6E6D8
7#D8E4DA
8#DAE2DB
9#DCE0DD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6AD | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA82 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF5E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB143 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D35 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6526 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114018 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF4;
--beige-100: #E3F8E6;
--beige-200: #CBF1D0;
--beige-300: #A2E6AD;
--beige-400: #72DA82;
--beige-500: #4ACF5E;
--beige-600: #2FB143;
--beige-700: #258D35;
--beige-800: #1B6526;
--beige-900: #114018;
--beige-950: #0B280F;
}