Beige
#CAF2CB
GreenColor Codes
All color formats for development
HEX
#CAF2CBRGB
rgb(202, 242, 203)HSL
hsl(121, 61%, 87%)OKLCH
oklch(0.922 0.067 145.7)CMYK
cmyk(17%, 0%, 16%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A6E9A7
2#82E184
3#5ED861
4#3BCF3D
5#2BB32E
6#238F24
7#1A6B1B
8#114712
9#092409
Tints
Lighter variations
1#CFF3D0
2#D4F5D5
3#DAF6DA
4#DFF7DF
5#E4F9E5
6#EAFAEA
7#EFFBEF
8#F4FCF4
9#FAFEFA
Tones
Muted variations
1#CCF0CC
2#CEEECE
3#D0ECD0
4#D2EAD2
5#D4E8D4
6#D6E6D6
7#D8E4D8
8#DAE2DA
9#DCE0DC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CA | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A2 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC71 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D249 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB52E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239025 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19671A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104211 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF3;
--beige-100: #E2F8E3;
--beige-200: #CAF2CA;
--beige-300: #A1E8A2;
--beige-400: #6FDC71;
--beige-500: #46D249;
--beige-600: #2CB52E;
--beige-700: #239025;
--beige-800: #19671A;
--beige-900: #104211;
--beige-950: #0A290A;
}