Beige
#CBF0D2
GreenColor Codes
All color formats for development
HEX
#CBF0D2RGB
rgb(203, 240, 210)HSL
hsl(131, 55%, 87%)OKLCH
oklch(0.921 0.056 150.7)CMYK
cmyk(15%, 0%, 13%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9E6B4
2#87DC96
3#64D279
4#42C85B
5#32AC48
6#288A3A
7#1E672B
8#14451D
9#0A220E
Tints
Lighter variations
1#D1F2D7
2#D6F3DB
3#DBF5E0
4#E0F6E4
5#E5F8E9
6#EAF9ED
7#F0FBF2
8#F5FCF6
9#FAFEFB
Tones
Muted variations
1#CDEED3
2#CFECD5
3#D1EBD6
4#D3E9D7
5#D5E7D8
6#D7E5D9
7#D8E3DA
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 #E3F7E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B0 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D787 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB64 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE49 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A3A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D632A | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F1B | 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: #E3F7E7;
--beige-200: #CCF0D2;
--beige-300: #A4E5B0;
--beige-400: #75D787;
--beige-500: #4DCB64;
--beige-600: #32AE49;
--beige-700: #288A3A;
--beige-800: #1D632A;
--beige-900: #123F1B;
--beige-950: #0B2811;
}