Beige

#CCF0D7

Green

Color Codes

All color formats for development

HEX
#CCF0D7
RGB
rgb(204, 240, 215)
HSL
hsl(138, 55%, 87%)
OKLCH
oklch(0.923 0.05 155)
CMYK
cmyk(15%, 0%, 10%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.23:1

AA AAA

On Black Background

17.01:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E3F7
200
#CCF0
300
#A4E5
400
#75D7
500
#4DCB
600
#32AE
700
#288A
800
#1D63
900
#123F
950
#0B28

Shades

Darker variations

1#A9E6BB
2#87DCA0
3#64D285
4#42C86A
5#32AC57
6#288A45
7#1E6734
8#144523
9#0A2211

Tints

Lighter variations

1#D1F2DB
2#D6F3DF
3#DBF5E3
4#E0F6E7
5#E5F8EB
6#EAF9EF
7#F0FBF3
8#F5FCF7
9#FAFEFB

Tones

Muted variations

1#CDEED7
2#CFECD8
3#D1EBD9
4#D3E9D9
5#D5E7DA
6#D7E5DB
7#D8E3DC
8#DAE1DC
9#DCE0DD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF6
BackgroundsSubtle highlightsCard backgrounds
100
E3F7
#E3F7E9
Light backgroundsTable row hoverSkeleton loading
200
CCF0
#CCF0D7
Secondary backgroundsInput backgroundsDividers
300
A4E5
#A4E5B7
BordersInactive statesPlaceholder text
400
75D7
#75D792
Disabled statesSecondary iconsMuted text
500
4DCB
#4DCB73
Primary brand colorCTAsActive elementsLinks
600
32AE
#32AE58
Hover statesFocus ringsPrimary buttons hover
700
288A
#288A46
Active/pressed statesDark mode accentsSecondary text
800
1D63
#1D6332
Text on light backgroundsHeadingsStrong borders
900
123F
#123F20
Primary textHigh emphasis contentDark headings
950
0B28
#0B2814
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #F3FCF6;
  --beige-100: #E3F7E9;
  --beige-200: #CCF0D7;
  --beige-300: #A4E5B7;
  --beige-400: #75D792;
  --beige-500: #4DCB73;
  --beige-600: #32AE58;
  --beige-700: #288A46;
  --beige-800: #1D6332;
  --beige-900: #123F20;
  --beige-950: #0B2814;
}
Generate More ShadesCreate PaletteConvert Color