Beige
#CBF1D0
GreenColor Codes
All color formats for development
HEX
#CBF1D0RGB
rgb(203, 241, 208)HSL
hsl(128, 58%, 87%)OKLCH
oklch(0.922 0.059 148.8)CMYK
cmyk(16%, 0%, 14%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A8E8B0
2#85DE91
3#61D571
4#3ECC51
5#2FAF40
6#258C33
7#1C6926
8#134619
9#09230D
Tints
Lighter variations
1#D0F2D4
2#D5F4D9
3#DAF5DE
4#E0F7E3
5#E5F8E7
6#EAF9EC
7#EFFBF1
8#F5FCF6
9#FAFEFA
Tones
Muted variations
1#CDEFD1
2#CEEDD3
3#D0EBD4
4#D2E9D5
5#D4E7D7
6#D6E6D8
7#D8E4DA
8#DAE2DB
9#DCE0DC
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 #A2E6AB | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA80 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF5B | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB140 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D33 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6525 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114017 | 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: #A2E6AB;
--beige-400: #72DA80;
--beige-500: #4ACF5B;
--beige-600: #2FB140;
--beige-700: #258D33;
--beige-800: #1B6525;
--beige-900: #114017;
--beige-950: #0B280F;
}