Beige

#C4F8CD

Green

Color Codes

All color formats for development

HEX
#C4F8CD
RGB
rgb(196, 248, 205)
HSL
hsl(130, 79%, 87%)
OKLCH
oklch(0.932 0.079 149.8)
CMYK
cmyk(21%, 0%, 17%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.19:1

AA AAA

On Black Background

17.66: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#9CF3AB
2#74EF89
3#4DEA67
4#25E545
5#17C735
6#139F2A
7#0E7720
8#094F15
9#05280B

Tints

Lighter variations

1#CAF9D1
2#D0F9D7
3#D5FADC
4#DBFBE1
5#E1FCE6
6#E7FCEB
7#EDFDF0
8#F3FEF5
9#F9FEFA

Tones

Muted variations

1#C6F5CE
2#C9F3D0
3#CCF0D2
4#CEEED3
5#D1EBD5
6#D3E8D7
7#D6E6D9
8#D9E3DA
9#DBE0DC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF3
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE4
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8CC
Secondary backgroundsInput backgroundsDividers
300
96F3
#96F3A5
BordersInactive statesPlaceholder text
400
5FEC
#5FEC77
Disabled statesSecondary iconsMuted text
500
32E7
#32E750
Primary brand colorCTAsActive elementsLinks
600
18C9
#18C935
Hover statesFocus ringsPrimary buttons hover
700
13A0
#13A02A
Active/pressed statesDark mode accentsSecondary text
800
0D72
#0D721E
Text on light backgroundsHeadingsStrong borders
900
0949
#094913
Primary textHigh emphasis contentDark headings
950
052E
#052E0C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #F1FDF3;
  --beige-100: #DFFBE4;
  --beige-200: #C4F8CC;
  --beige-300: #96F3A5;
  --beige-400: #5FEC77;
  --beige-500: #32E750;
  --beige-600: #18C935;
  --beige-700: #13A02A;
  --beige-800: #0D721E;
  --beige-900: #094913;
  --beige-950: #052E0C;
}
Generate More ShadesCreate PaletteConvert Color