Beige
#CBF0D9
GreenColor Codes
All color formats for development
HEX
#CBF0D9RGB
rgb(203, 240, 217)HSL
hsl(143, 55%, 87%)OKLCH
oklch(0.922 0.049 158)CMYK
cmyk(15%, 0%, 10%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9E6C1
2#87DCA8
3#64D28E
4#42C875
5#32AC61
6#288A4D
7#1E673A
8#144527
9#0A2213
Tints
Lighter variations
1#D1F2DD
2#D6F3E1
3#DBF5E5
4#E0F6E9
5#E5F8EC
6#EAF9F0
7#F0FBF4
8#F5FCF8
9#FAFEFB
Tones
Muted variations
1#CDEEDA
2#CFECDA
3#D1EBDB
4#D3E9DB
5#D5E7DC
6#D7E5DC
7#D8E3DD
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 #E3F7EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0DA | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5BD | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D79A | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB7E | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE62 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A4E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6338 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F24 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2816 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF6;
--beige-100: #E3F7EB;
--beige-200: #CCF0DA;
--beige-300: #A4E5BD;
--beige-400: #75D79A;
--beige-500: #4DCB7E;
--beige-600: #32AE62;
--beige-700: #288A4E;
--beige-800: #1D6338;
--beige-900: #123F24;
--beige-950: #0B2816;
}