Beige

#C4F8D2

Green

Color Codes

All color formats for development

HEX
#C4F8D2
RGB
rgb(196, 248, 210)
HSL
hsl(136, 79%, 87%)
OKLCH
oklch(0.933 0.074 153.1)
CMYK
cmyk(21%, 0%, 15%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.19:1

AA AAA

On Black Background

17.70: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#9CF3B3
2#74EF95
3#4DEA77
4#25E558
5#17C746
6#139F38
7#0E772A
8#094F1C
9#05280E

Tints

Lighter variations

1#CAF9D6
2#D0F9DB
3#D5FADF
4#DBFBE4
5#E1FCE8
6#E7FCED
7#EDFDF1
8#F3FEF6
9#F9FEFA

Tones

Muted variations

1#C6F5D3
2#C9F3D4
3#CCF0D5
4#CEEED7
5#D1EBD8
6#D3E8D9
7#D6E6DA
8#D9E3DB
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
#C4F8D2
Secondary backgroundsInput backgroundsDividers
300
96F3
#96F3AF
BordersInactive statesPlaceholder text
400
5FEC
#5FEC85
Disabled statesSecondary iconsMuted text
500
32E7
#32E762
Primary brand colorCTAsActive elementsLinks
600
18C9
#18C947
Hover statesFocus ringsPrimary buttons hover
700
13A0
#13A038
Active/pressed statesDark mode accentsSecondary text
800
0D72
#0D7228
Text on light backgroundsHeadingsStrong borders
900
0949
#09491A
Primary textHigh emphasis contentDark headings
950
052E
#052E10
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #F1FDF5;
  --beige-100: #DFFBE7;
  --beige-200: #C4F8D2;
  --beige-300: #96F3AF;
  --beige-400: #5FEC85;
  --beige-500: #32E762;
  --beige-600: #18C947;
  --beige-700: #13A038;
  --beige-800: #0D7228;
  --beige-900: #09491A;
  --beige-950: #052E10;
}
Generate More ShadesCreate PaletteConvert Color