Beige
#CAF2DB
GreenColor Codes
All color formats for development
HEX
#CAF2DBRGB
rgb(202, 242, 219)HSL
hsl(145, 61%, 87%)OKLCH
oklch(0.926 0.052 160)CMYK
cmyk(17%, 0%, 10%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A6E9C2
2#82E1AA
3#5ED891
4#3BCF79
5#2BB364
6#238F50
7#1A6B3C
8#114728
9#092414
Tints
Lighter variations
1#CFF3DE
2#D4F5E2
3#DAF6E5
4#DFF7E9
5#E4F9ED
6#EAFAF0
7#EFFBF4
8#F4FCF8
9#FAFEFB
Tones
Muted variations
1#CCF0DB
2#CEEEDB
3#D0ECDB
4#D2EADC
5#D4E8DC
6#D6E6DD
7#D8E4DD
8#DAE2DD
9#DCE0DE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DA | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8BE | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC9D | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D281 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB565 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239050 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196739 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104225 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2917 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF7;
--beige-100: #E2F8EB;
--beige-200: #CAF2DA;
--beige-300: #A1E8BE;
--beige-400: #6FDC9D;
--beige-500: #46D281;
--beige-600: #2CB565;
--beige-700: #239050;
--beige-800: #196739;
--beige-900: #104225;
--beige-950: #0A2917;
}