Beige

#CAF2CC

Green

Color Codes

All color formats for development

HEX
#CAF2CC
RGB
rgb(202, 242, 204)
HSL
hsl(123, 61%, 87%)
OKLCH
oklch(0.923 0.066 146.3)
CMYK
cmyk(17%, 0%, 16%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.23:1

AA AAA

On Black Background

17.08: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#A6E9A9
2#82E187
3#5ED865
4#3BCF42
5#2BB332
6#238F28
7#1A6B1E
8#114714
9#09240A

Tints

Lighter variations

1#CFF3D1
2#D4F5D6
3#DAF6DB
4#DFF7E0
5#E4F9E5
6#EAFAEA
7#EFFBF0
8#F4FCF5
9#FAFEFA

Tones

Muted variations

1#CCF0CD
2#CEEECF
3#D0ECD1
4#D2EAD3
5#D4E8D5
6#D6E6D7
7#D8E4D8
8#DAE2DA
9#DCE0DC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF3
BackgroundsSubtle highlightsCard backgrounds
100
E2F8
#E2F8E3
Light backgroundsTable row hoverSkeleton loading
200
CAF2
#CAF2CC
Secondary backgroundsInput backgroundsDividers
300
A1E8
#A1E8A4
BordersInactive statesPlaceholder text
400
6FDC
#6FDC75
Disabled statesSecondary iconsMuted text
500
46D2
#46D24D
Primary brand colorCTAsActive elementsLinks
600
2CB5
#2CB533
Hover statesFocus ringsPrimary buttons hover
700
2390
#239028
Active/pressed statesDark mode accentsSecondary text
800
1967
#19671D
Text on light backgroundsHeadingsStrong borders
900
1042
#104212
Primary textHigh emphasis contentDark headings
950
0A29
#0A290C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #F3FCF3;
  --beige-100: #E2F8E3;
  --beige-200: #CAF2CC;
  --beige-300: #A1E8A4;
  --beige-400: #6FDC75;
  --beige-500: #46D24D;
  --beige-600: #2CB533;
  --beige-700: #239028;
  --beige-800: #19671D;
  --beige-900: #104212;
  --beige-950: #0A290C;
}
Generate More ShadesCreate PaletteConvert Color