Sea Green

#31AF66

Green

Color Codes

All color formats for development

HEX
#31AF66
RGB
rgb(49, 175, 102)
HSL
hsl(145, 56%, 44%)
OKLCH
oklch(0.669 0.153 153.2)
CMYK
cmyk(72%, 0%, 42%, 31%)

Accessibility

WCAG contrast compliance

On White Background

2.82:1

AA AAA

On Black Background

7.45:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E3F7
200
#CBF0
300
#A4E5
400
#74D8
500
#4CCD
600
#31AF
700
#278B
800
#1C63
900
#1240
950
#0B28

Shades

Darker variations

1#2C9E5C
2#278C51
3#237B47
4#1E693D
5#195833
6#144629
7#0F351F
8#0A2314
9#05120A

Tints

Lighter variations

1#38C573
2#4DCD82
3#63D392
4#79D9A1
5#90E0B1
6#A6E6C1
7#BCECD0
8#D2F2E0
9#E9F9EF

Tones

Muted variations

1#38A967
2#3EA268
3#449C69
4#4B966A
5#51906B
6#57896C
7#5D836D
8#647D6E
9#6A766F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF7
BackgroundsSubtle highlightsCard backgrounds
100
E3F7
#E3F7EB
Light backgroundsTable row hoverSkeleton loading
200
CBF0
#CBF0DB
Secondary backgroundsInput backgroundsDividers
300
A4E5
#A4E5BF
BordersInactive statesPlaceholder text
400
74D8
#74D89D
Disabled statesSecondary iconsMuted text
500
4CCD
#4CCD82
Primary brand colorCTAsActive elementsLinks
600
31AF
#31AF66
Hover statesFocus ringsPrimary buttons hover
700
278B
#278B51
Active/pressed statesDark mode accentsSecondary text
800
1C63
#1C633A
Text on light backgroundsHeadingsStrong borders
900
1240
#124025
Primary textHigh emphasis contentDark headings
950
0B28
#0B2817
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F3FCF7;
  --sea-green-100: #E3F7EB;
  --sea-green-200: #CBF0DB;
  --sea-green-300: #A4E5BF;
  --sea-green-400: #74D89D;
  --sea-green-500: #4CCD82;
  --sea-green-600: #31AF66;
  --sea-green-700: #278B51;
  --sea-green-800: #1C633A;
  --sea-green-900: #124025;
  --sea-green-950: #0B2817;
}
Generate More ShadesCreate PaletteConvert Color