Beige
#CCF0DB
GreenColor Codes
All color formats for development
HEX
#CCF0DBRGB
rgb(204, 240, 219)HSL
hsl(145, 55%, 87%)OKLCH
oklch(0.924 0.047 159.8)CMYK
cmyk(15%, 0%, 9%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9E6C3
2#87DCAA
3#64D292
4#42C87A
5#32AC65
6#288A51
7#1E673C
8#144528
9#0A2214
Tints
Lighter variations
1#D1F2DE
2#D6F3E2
3#DBF5E6
4#E0F6E9
5#E5F8ED
6#EAF9F1
7#F0FBF4
8#F5FCF8
9#FAFEFB
Tones
Muted variations
1#CDEEDB
2#CFECDB
3#D1EBDC
4#D3E9DC
5#D5E7DC
6#D7E5DD
7#D8E3DD
8#DAE1DD
9#DCE0DE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0DB | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5BF | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D79E | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB82 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE66 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A51 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D633A | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F25 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2817 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF7;
--beige-100: #E3F7EC;
--beige-200: #CCF0DB;
--beige-300: #A4E5BF;
--beige-400: #75D79E;
--beige-500: #4DCB82;
--beige-600: #32AE66;
--beige-700: #288A51;
--beige-800: #1D633A;
--beige-900: #123F25;
--beige-950: #0B2817;
}