Beige
#CCF0D8
GreenColor Codes
All color formats for development
HEX
#CCF0D8RGB
rgb(204, 240, 216)HSL
hsl(140, 55%, 87%)OKLCH
oklch(0.923 0.05 156.1)CMYK
cmyk(15%, 0%, 10%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9E6BE
2#87DCA3
3#64D289
4#42C86F
5#32AC5B
6#288A48
7#1E6736
8#144524
9#0A2212
Tints
Lighter variations
1#D1F2DC
2#D6F3E0
3#DBF5E4
4#E0F6E7
5#E5F8EB
6#EAF9EF
7#F0FBF3
8#F5FCF7
9#FAFEFB
Tones
Muted variations
1#CDEED8
2#CFECD9
3#D1EBDA
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 #CCF0D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5BA | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D795 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB77 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE5C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A49 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6334 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F21 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2815 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF6;
--beige-100: #E3F7EA;
--beige-200: #CCF0D8;
--beige-300: #A4E5BA;
--beige-400: #75D795;
--beige-500: #4DCB77;
--beige-600: #32AE5C;
--beige-700: #288A49;
--beige-800: #1D6334;
--beige-900: #123F21;
--beige-950: #0B2815;
}