Beige

#CAF2D9

Green

Color Codes

All color formats for development

HEX
#CAF2D9
RGB
rgb(202, 242, 217)
HSL
hsl(143, 61%, 87%)
OKLCH
oklch(0.926 0.053 157.8)
CMYK
cmyk(17%, 0%, 10%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.22:1

AA AAA

On Black Background

17.21:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E2F8
200
#CAF2
300
#A1E8
400
#6FDC
500
#46D2
600
#2CB5
700
#2390
800
#1967
900
#1042
950
#0A29

Shades

Darker variations

1#A6E9C0
2#82E1A6
3#5ED88D
4#3BCF74
5#2BB35F
6#238F4C
7#1A6B39
8#114726
9#092413

Tints

Lighter variations

1#CFF3DD
2#D4F5E1
3#DAF6E4
4#DFF7E8
5#E4F9EC
6#EAFAF0
7#EFFBF4
8#F4FCF7
9#FAFEFB

Tones

Muted variations

1#CCF0DA
2#CEEEDA
3#D0ECDB
4#D2EADB
5#D4E8DB
6#D6E6DC
7#D8E4DC
8#DAE2DD
9#DCE0DD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF6
BackgroundsSubtle highlightsCard backgrounds
100
E2F8
#E2F8EB
Light backgroundsTable row hoverSkeleton loading
200
CAF2
#CAF2D9
Secondary backgroundsInput backgroundsDividers
300
A1E8
#A1E8BC
BordersInactive statesPlaceholder text
400
6FDC
#6FDC99
Disabled statesSecondary iconsMuted text
500
46D2
#46D27C
Primary brand colorCTAsActive elementsLinks
600
2CB5
#2CB560
Hover statesFocus ringsPrimary buttons hover
700
2390
#23904D
Active/pressed statesDark mode accentsSecondary text
800
1967
#196737
Text on light backgroundsHeadingsStrong borders
900
1042
#104223
Primary textHigh emphasis contentDark headings
950
0A29
#0A2916
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #F3FCF6;
  --beige-100: #E2F8EB;
  --beige-200: #CAF2D9;
  --beige-300: #A1E8BC;
  --beige-400: #6FDC99;
  --beige-500: #46D27C;
  --beige-600: #2CB560;
  --beige-700: #23904D;
  --beige-800: #196737;
  --beige-900: #104223;
  --beige-950: #0A2916;
}
Generate More ShadesCreate PaletteConvert Color