Ivory

#F1FDF5

Green

Color Codes

All color formats for development

HEX
#F1FDF5
RGB
rgb(241, 253, 245)
HSL
hsl(140, 75%, 97%)
OKLCH
oklch(0.983 0.016 156.9)
CMYK
cmyk(5%, 0%, 3%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.04:1

AA AAA

On Black Background

20.11: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#C6F7D7
2#9BF1B8
3#70EB99
4#44E47A
5#1FD85D
6#19AD4A
7#138238
8#0C5725
9#062B13

Tints

Lighter variations

1#F3FDF6
2#F4FDF7
3#F6FEF8
4#F7FEF9
5#F8FEFA
6#FAFEFB
7#FBFEFC
8#FCFFFD
9#FEFFFE

Tones

Muted variations

1#F2FDF6
2#F3FCF6
3#F3FBF6
4#F4FBF6
5#F4FAF6
6#F5FAF7
7#F6F9F7
8#F6F8F7
9#F7F8F7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF5
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBE9
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7D6
Secondary backgroundsInput backgroundsDividers
300
98F0
#98F0B6
BordersInactive statesPlaceholder text
400
63E9
#63E98F
Disabled statesSecondary iconsMuted text
500
36E2
#36E270
Primary brand colorCTAsActive elementsLinks
600
1CC4
#1CC454
Hover statesFocus ringsPrimary buttons hover
700
169C
#169C43
Active/pressed statesDark mode accentsSecondary text
800
1070
#107030
Text on light backgroundsHeadingsStrong borders
900
0A47
#0A471F
Primary textHigh emphasis contentDark headings
950
062D
#062D13
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --ivory-50: #F2FDF5;
  --ivory-100: #E0FBE9;
  --ivory-200: #C5F7D6;
  --ivory-300: #98F0B6;
  --ivory-400: #63E98F;
  --ivory-500: #36E270;
  --ivory-600: #1CC454;
  --ivory-700: #169C43;
  --ivory-800: #107030;
  --ivory-900: #0A471F;
  --ivory-950: #062D13;
}
Generate More ShadesCreate PaletteConvert Color