Beige
#CAF2D6
GreenColor Codes
All color formats for development
HEX
#CAF2D6RGB
rgb(202, 242, 214)HSL
hsl(138, 61%, 87%)OKLCH
oklch(0.925 0.056 154.7)CMYK
cmyk(17%, 0%, 12%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A6E9BA
2#82E19F
3#5ED883
4#3BCF67
5#2BB354
6#238F43
7#1A6B32
8#114722
9#092411
Tints
Lighter variations
1#CFF3DA
2#D4F5DE
3#DAF6E2
4#DFF7E6
5#E4F9EA
6#EAFAEF
7#EFFBF3
8#F4FCF7
9#FAFEFB
Tones
Muted variations
1#CCF0D7
2#CEEED7
3#D0ECD8
4#D2EAD9
5#D4E8DA
6#D6E6DB
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 #E2F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B6 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC90 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D270 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB555 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239043 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196730 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10421F | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2913 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF5;
--beige-100: #E2F8E9;
--beige-200: #CAF2D6;
--beige-300: #A1E8B6;
--beige-400: #6FDC90;
--beige-500: #46D270;
--beige-600: #2CB555;
--beige-700: #239043;
--beige-800: #196730;
--beige-900: #10421F;
--beige-950: #0A2913;
}