Beige
#CAF2D4
GreenColor Codes
All color formats for development
HEX
#CAF2D4RGB
rgb(202, 242, 212)HSL
hsl(135, 61%, 87%)OKLCH
oklch(0.925 0.058 152.8)CMYK
cmyk(17%, 0%, 12%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A6E9B7
2#82E19A
3#5ED87D
4#3BCF60
5#2BB34D
6#238F3E
7#1A6B2E
8#11471F
9#09240F
Tints
Lighter variations
1#CFF3D8
2#D4F5DC
3#DAF6E1
4#DFF7E5
5#E4F9E9
6#EAFAEE
7#EFFBF2
8#F4FCF6
9#FAFEFB
Tones
Muted variations
1#CCF0D5
2#CEEED6
3#D0ECD7
4#D2EAD8
5#D4E8D9
6#D6E6DA
7#D8E4DB
8#DAE2DC
9#DCE0DD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B2 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC8B | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D269 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB54E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23903E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19672C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10421C | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2912 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF5;
--beige-100: #E2F8E8;
--beige-200: #CAF2D4;
--beige-300: #A1E8B2;
--beige-400: #6FDC8B;
--beige-500: #46D269;
--beige-600: #2CB54E;
--beige-700: #23903E;
--beige-800: #19672C;
--beige-900: #10421C;
--beige-950: #0A2912;
}