Beige
#CCF0D4
GreenColor Codes
All color formats for development
HEX
#CCF0D4RGB
rgb(204, 240, 212)HSL
hsl(133, 55%, 87%)OKLCH
oklch(0.922 0.053 151.9)CMYK
cmyk(15%, 0%, 12%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9E6B6
2#87DC99
3#64D27C
4#42C85F
5#32AC4C
6#288A3D
7#1E672E
8#14451F
9#0A220F
Tints
Lighter variations
1#D1F2D8
2#D6F3DC
3#DBF5E1
4#E0F6E5
5#E5F8E9
6#EAF9EE
7#F0FBF2
8#F5FCF6
9#FAFEFB
Tones
Muted variations
1#CDEED5
2#CFECD6
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 #CCF0D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B2 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D78A | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB68 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE4D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A3D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D632C | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F1C | 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: #CCF0D4;
--beige-300: #A4E5B2;
--beige-400: #75D78A;
--beige-500: #4DCB68;
--beige-600: #32AE4D;
--beige-700: #288A3D;
--beige-800: #1D632C;
--beige-900: #123F1C;
--beige-950: #0B2812;
}