Beige
#CBF1D2
GreenColor Codes
All color formats for development
HEX
#CBF1D2RGB
rgb(203, 241, 210)HSL
hsl(131, 58%, 87%)OKLCH
oklch(0.923 0.057 150.5)CMYK
cmyk(16%, 0%, 13%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A8E8B3
2#85DE95
3#61D577
4#3ECC58
5#2FAF46
6#258C38
7#1C692A
8#13461C
9#09230E
Tints
Lighter variations
1#D0F2D6
2#D5F4DB
3#DAF5DF
4#E0F7E4
5#E5F8E8
6#EAF9ED
7#EFFBF1
8#F5FCF6
9#FAFEFA
Tones
Muted variations
1#CDEFD3
2#CEEDD4
3#D0EBD5
4#D2E9D7
5#D4E7D8
6#D6E6D9
7#D8E4DA
8#DAE2DB
9#DCE0DD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6AF | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA85 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF62 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB147 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D38 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6528 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11401A | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2810 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF5;
--beige-100: #E3F8E7;
--beige-200: #CBF1D2;
--beige-300: #A2E6AF;
--beige-400: #72DA85;
--beige-500: #4ACF62;
--beige-600: #2FB147;
--beige-700: #258D38;
--beige-800: #1B6528;
--beige-900: #11401A;
--beige-950: #0B2810;
}