Beige
#CBF1D3
GreenColor Codes
All color formats for development
HEX
#CBF1D3RGB
rgb(203, 241, 211)HSL
hsl(133, 58%, 87%)OKLCH
oklch(0.923 0.056 151.4)CMYK
cmyk(16%, 0%, 12%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A8E8B5
2#85DE98
3#61D57B
4#3ECC5D
5#2FAF4A
6#258C3C
7#1C692D
8#13461E
9#09230F
Tints
Lighter variations
1#D0F2D7
2#D5F4DC
3#DAF5E0
4#E0F7E5
5#E5F8E9
6#EAF9ED
7#EFFBF2
8#F5FCF6
9#FAFEFB
Tones
Muted variations
1#CDEFD4
2#CEEDD5
3#D0EBD6
4#D2E9D7
5#D4E7D8
6#D6E6D9
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 #E3F8E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6B1 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA88 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF67 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB14B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D3C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B652B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11401B | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2811 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF5;
--beige-100: #E3F8E7;
--beige-200: #CBF1D3;
--beige-300: #A2E6B1;
--beige-400: #72DA88;
--beige-500: #4ACF67;
--beige-600: #2FB14B;
--beige-700: #258D3C;
--beige-800: #1B652B;
--beige-900: #11401B;
--beige-950: #0B2811;
}