Beige
#CBF0D5
GreenColor Codes
All color formats for development
HEX
#CBF0D5RGB
rgb(203, 240, 213)HSL
hsl(136, 55%, 87%)OKLCH
oklch(0.921 0.053 153.6)CMYK
cmyk(15%, 0%, 11%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9E6B9
2#87DC9E
3#64D282
4#42C866
5#32AC52
6#288A42
7#1E6731
8#144521
9#0A2210
Tints
Lighter variations
1#D1F2DA
2#D6F3DE
3#DBF5E2
4#E0F6E6
5#E5F8EA
6#EAF9EE
7#F0FBF3
8#F5FCF7
9#FAFEFB
Tones
Muted variations
1#CDEED6
2#CFECD7
3#D1EBD8
4#D3E9D9
5#D5E7DA
6#D7E5DA
7#D8E3DB
8#DAE1DC
9#DCE0DD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B5 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D78F | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB6F | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE53 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A42 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D632F | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F1E | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2813 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF5;
--beige-100: #E3F7E9;
--beige-200: #CCF0D5;
--beige-300: #A4E5B5;
--beige-400: #75D78F;
--beige-500: #4DCB6F;
--beige-600: #32AE53;
--beige-700: #288A42;
--beige-800: #1D632F;
--beige-900: #123F1E;
--beige-950: #0B2813;
}