Beige

#E0FBE1

Green

Color Codes

All color formats for development

HEX
#E0FBE1
RGB
rgb(224, 251, 225)
HSL
hsl(122, 77%, 93%)
OKLCH
oklch(0.962 0.045 146.2)
CMYK
cmyk(11%, 0%, 10%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.10:1

AA AAA

On Black Background

19.06:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F7
300
#97F2
400
#61EA
500
#34E5
600
#1AC7
700
#159E
800
#0F71
900
#0948
950
#062D

Shades

Darker variations

1#B5F5B8
2#8BF08F
3#61EB66
4#38E53D
5#1BD221
6#16A81B
7#107E14
8#0B540D
9#052A07

Tints

Lighter variations

1#E3FBE3
2#E6FCE6
3#E9FCEA
4#ECFDED
5#EFFDF0
6#F2FDF3
7#F6FEF6
8#F9FEF9
9#FCFFFC

Tones

Muted variations

1#E1FAE2
2#E2F8E3
3#E4F7E4
4#E5F5E5
5#E6F4E7
6#E8F3E8
7#E9F1E9
8#EAF0EB
9#ECEFEC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF2
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE0
Light backgroundsTable row hoverSkeleton loading
200
C4F7
#C4F7C6
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F29A
BordersInactive statesPlaceholder text
400
61EA
#61EA66
Disabled statesSecondary iconsMuted text
500
34E5
#34E53A
Primary brand colorCTAsActive elementsLinks
600
1AC7
#1AC720
Hover statesFocus ringsPrimary buttons hover
700
159E
#159E19
Active/pressed statesDark mode accentsSecondary text
800
0F71
#0F7112
Text on light backgroundsHeadingsStrong borders
900
0948
#09480B
Primary textHigh emphasis contentDark headings
950
062D
#062D07
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #F1FDF2;
  --beige-100: #DFFBE0;
  --beige-200: #C4F7C6;
  --beige-300: #97F29A;
  --beige-400: #61EA66;
  --beige-500: #34E53A;
  --beige-600: #1AC720;
  --beige-700: #159E19;
  --beige-800: #0F7112;
  --beige-900: #09480B;
  --beige-950: #062D07;
}
Generate More ShadesCreate PaletteConvert Color