Beige
#CBF0D7
GreenColor Codes
All color formats for development
HEX
#CBF0D7RGB
rgb(203, 240, 215)HSL
hsl(139, 55%, 87%)OKLCH
oklch(0.922 0.051 155.7)CMYK
cmyk(15%, 0%, 10%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9E6BD
2#87DCA2
3#64D287
4#42C86D
5#32AC59
6#288A47
7#1E6735
8#144523
9#0A2212
Tints
Lighter variations
1#D1F2DB
2#D6F3DF
3#DBF5E3
4#E0F6E7
5#E5F8EB
6#EAF9EF
7#F0FBF3
8#F5FCF7
9#FAFEFB
Tones
Muted variations
1#CDEED8
2#CFECD9
3#D1EBD9
4#D3E9DA
5#D5E7DB
6#D7E5DB
7#D8E3DC
8#DAE1DD
9#DCE0DD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B9 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D794 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB75 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE5A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A47 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6333 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F21 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2814 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF6;
--beige-100: #E3F7EA;
--beige-200: #CCF0D7;
--beige-300: #A4E5B9;
--beige-400: #75D794;
--beige-500: #4DCB75;
--beige-600: #32AE5A;
--beige-700: #288A47;
--beige-800: #1D6333;
--beige-900: #123F21;
--beige-950: #0B2814;
}