Ivory

#F1FDF1

Green

Color Codes

All color formats for development

HEX
#F1FDF1
RGB
rgb(241, 253, 241)
HSL
hsl(120, 75%, 97%)
OKLCH
oklch(0.982 0.02 145.4)
CMYK
cmyk(5%, 0%, 5%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.05:1

AA AAA

On Black Background

20.06:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FB
200
#C5F7
300
#98F0
400
#63E9
500
#36E2
600
#1CC4
700
#169C
800
#1070
900
#0A47
950
#062D

Shades

Darker variations

1#C6F7C6
2#9BF19B
3#70EB70
4#44E444
5#1FD81F
6#19AD19
7#138213
8#0C570C
9#062B06

Tints

Lighter variations

1#F3FDF3
2#F4FDF4
3#F6FEF6
4#F7FEF7
5#F8FEF8
6#FAFEFA
7#FBFEFB
8#FCFFFC
9#FEFFFE

Tones

Muted variations

1#F2FDF2
2#F3FCF3
3#F3FBF3
4#F4FBF4
5#F4FAF4
6#F5FAF5
7#F6F9F6
8#F6F8F6
9#F7F8F7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF2
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBE0
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7C5
Secondary backgroundsInput backgroundsDividers
300
98F0
#98F098
BordersInactive statesPlaceholder text
400
63E9
#63E963
Disabled statesSecondary iconsMuted text
500
36E2
#36E236
Primary brand colorCTAsActive elementsLinks
600
1CC4
#1CC41C
Hover statesFocus ringsPrimary buttons hover
700
169C
#169C16
Active/pressed statesDark mode accentsSecondary text
800
1070
#107010
Text on light backgroundsHeadingsStrong borders
900
0A47
#0A470A
Primary textHigh emphasis contentDark headings
950
062D
#062D06
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --ivory-50: #F2FDF2;
  --ivory-100: #E0FBE0;
  --ivory-200: #C5F7C5;
  --ivory-300: #98F098;
  --ivory-400: #63E963;
  --ivory-500: #36E236;
  --ivory-600: #1CC41C;
  --ivory-700: #169C16;
  --ivory-800: #107010;
  --ivory-900: #0A470A;
  --ivory-950: #062D06;
}
Generate More ShadesCreate PaletteConvert Color