Beige
#CCF0D5
GreenColor Codes
All color formats for development
HEX
#CCF0D5RGB
rgb(204, 240, 213)HSL
hsl(135, 55%, 87%)OKLCH
oklch(0.922 0.052 152.9)CMYK
cmyk(15%, 0%, 11%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9E6B8
2#87DC9C
3#64D280
4#42C864
5#32AC50
6#288A40
7#1E6730
8#144520
9#0A2210
Tints
Lighter variations
1#D1F2D9
2#D6F3DD
3#DBF5E1
4#E0F6E6
5#E5F8EA
6#EAF9EE
7#F0FBF2
8#F5FCF7
9#FAFEFB
Tones
Muted variations
1#CDEED6
2#CFECD7
3#D1EBD7
4#D3E9D8
5#D5E7D9
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 #E3F7E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B4 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D78D | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB6D | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE51 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A41 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D632E | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F1E | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2812 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF5;
--beige-100: #E3F7E8;
--beige-200: #CCF0D5;
--beige-300: #A4E5B4;
--beige-400: #75D78D;
--beige-500: #4DCB6D;
--beige-600: #32AE51;
--beige-700: #288A41;
--beige-800: #1D632E;
--beige-900: #123F1E;
--beige-950: #0B2812;
}