Beige

#C3F8D2

Green

Color Codes

All color formats for development

HEX
#C3F8D2
RGB
rgb(195, 248, 210)
HSL
hsl(137, 79%, 87%)
OKLCH
oklch(0.933 0.075 153.6)
CMYK
cmyk(21%, 0%, 15%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.19:1

AA AAA

On Black Background

17.68:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F8
300
#96F3
400
#5FEC
500
#32E7
600
#18C9
700
#13A0
800
#0D72
900
#0949
950
#052E

Shades

Darker variations

1#9CF3B5
2#74EF97
3#4DEA79
4#25E55B
5#17C749
6#139F3A
7#0E772C
8#094F1D
9#05280F

Tints

Lighter variations

1#CAF9D7
2#D0F9DB
3#D5FAE0
4#DBFBE4
5#E1FCE9
6#E7FCED
7#EDFDF2
8#F3FEF6
9#F9FEFB

Tones

Muted variations

1#C6F5D4
2#C9F3D5
3#CCF0D6
4#CEEED7
5#D1EBD8
6#D3E8D9
7#D6E6DA
8#D9E3DC
9#DBE0DD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF5
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE7
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8D3
Secondary backgroundsInput backgroundsDividers
300
96F3
#96F3B0
BordersInactive statesPlaceholder text
400
5FEC
#5FEC87
Disabled statesSecondary iconsMuted text
500
32E7
#32E765
Primary brand colorCTAsActive elementsLinks
600
18C9
#18C94A
Hover statesFocus ringsPrimary buttons hover
700
13A0
#13A03B
Active/pressed statesDark mode accentsSecondary text
800
0D72
#0D722A
Text on light backgroundsHeadingsStrong borders
900
0949
#09491B
Primary textHigh emphasis contentDark headings
950
052E
#052E11
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #F1FDF5;
  --beige-100: #DFFBE7;
  --beige-200: #C4F8D3;
  --beige-300: #96F3B0;
  --beige-400: #5FEC87;
  --beige-500: #32E765;
  --beige-600: #18C94A;
  --beige-700: #13A03B;
  --beige-800: #0D722A;
  --beige-900: #09491B;
  --beige-950: #052E11;
}
Generate More ShadesCreate PaletteConvert Color