Beige
#C6F5CA
GreenColor Codes
All color formats for development
HEX
#C6F5CARGB
rgb(198, 245, 202)HSL
hsl(125, 70%, 87%)OKLCH
oklch(0.926 0.075 147.2)CMYK
cmyk(19%, 0%, 18%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A1EEA7
2#7BE884
3#56E161
4#30DA3E
5#21BD2E
6#1B9725
7#14711C
8#0D4B12
9#072609
Tints
Lighter variations
1#CCF6D0
2#D2F7D5
3#D8F8DA
4#DDF9E0
5#E3FAE5
6#E8FBEA
7#EEFCEF
8#F4FDF5
9#F9FEFA
Tones
Muted variations
1#C9F3CC
2#CBF0CE
3#CEEED0
4#D0ECD2
5#D2E9D4
6#D5E7D6
7#D7E5D8
8#D9E2DA
9#DCE0DC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDA2 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E472 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDD49 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF2F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9825 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C1B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4511 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF3;
--beige-100: #E1FAE3;
--beige-200: #C7F5CB;
--beige-300: #9BEDA2;
--beige-400: #67E472;
--beige-500: #3CDD49;
--beige-600: #22BF2F;
--beige-700: #1B9825;
--beige-800: #136C1B;
--beige-900: #0C4511;
--beige-950: #082B0B;
}