Beige
#CAF2D8
GreenColor Codes
All color formats for development
HEX
#CAF2D8RGB
rgb(202, 242, 216)HSL
hsl(141, 61%, 87%)OKLCH
oklch(0.926 0.054 156.7)CMYK
cmyk(17%, 0%, 11%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A6E9BE
2#82E1A3
3#5ED889
4#3BCF6F
5#2BB35B
6#238F49
7#1A6B36
8#114724
9#092412
Tints
Lighter variations
1#CFF3DC
2#D4F5E0
3#DAF6E4
4#DFF7E7
5#E4F9EB
6#EAFAEF
7#EFFBF3
8#F4FCF7
9#FAFEFB
Tones
Muted variations
1#CCF0D8
2#CEEED9
3#D0ECDA
4#D2EADA
5#D4E8DB
6#D6E6DB
7#D8E4DC
8#DAE2DD
9#DCE0DD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8BA | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC95 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D277 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB55C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239049 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196734 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104221 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2915 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF6;
--beige-100: #E2F8EA;
--beige-200: #CAF2D8;
--beige-300: #A1E8BA;
--beige-400: #6FDC95;
--beige-500: #46D277;
--beige-600: #2CB55C;
--beige-700: #239049;
--beige-800: #196734;
--beige-900: #104221;
--beige-950: #0A2915;
}