Beige
#CBF0CD
GreenColor Codes
All color formats for development
HEX
#CBF0CDRGB
rgb(203, 240, 205)HSL
hsl(123, 55%, 87%)OKLCH
oklch(0.919 0.061 146.5)CMYK
cmyk(15%, 0%, 15%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9E6AC
2#87DC8B
3#64D26A
4#42C849
5#32AC38
6#288A2D
7#1E6722
8#144516
9#0A220B
Tints
Lighter variations
1#D1F2D2
2#D6F3D7
3#DBF5DC
4#E0F6E1
5#E5F8E6
6#EAF9EB
7#F0FBF0
8#F5FCF5
9#FAFEFA
Tones
Muted variations
1#CDEECF
2#CFECD1
3#D1EBD2
4#D3E9D4
5#D5E7D6
6#D7E5D7
7#D8E3D9
8#DAE1DB
9#DCE0DC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0CD | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5A7 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D77A | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB53 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE39 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A2D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6320 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F15 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF4;
--beige-100: #E3F7E4;
--beige-200: #CCF0CD;
--beige-300: #A4E5A7;
--beige-400: #75D77A;
--beige-500: #4DCB53;
--beige-600: #32AE39;
--beige-700: #288A2D;
--beige-800: #1D6320;
--beige-900: #123F15;
--beige-950: #0B280D;
}