Sea Green

#186844

Green

Color Codes

All color formats for development

HEX
#186844
RGB
rgb(24, 104, 68)
HSL
hsl(153, 63%, 25%)
OKLCH
oklch(0.461 0.096 158.9)
CMYK
cmyk(77%, 0%, 35%, 59%)

Accessibility

WCAG contrast compliance

On White Background

6.77:1

AA AAA

On Black Background

3.10:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E2F8
200
#C9F3
300
#9FE9
400
#6EDE
500
#44D5
600
#2AB7
700
#2191
800
#1868
900
#0F43
950
#092A

Shades

Darker variations

1#155E3D
2#135336
3#11492F
4#0E3E29
5#0C3422
6#092A1B
7#071F14
8#05150E
9#020A07

Tints

Lighter variations

1#1F8758
2#26A66C
3#2DC581
4#44D593
5#63DCA5
6#82E3B7
7#A1EAC9
8#C1F1DB
9#E0F8ED

Tones

Muted variations

1#1C6443
2#206043
3#245C43
4#285842
5#2C5442
6#305041
7#344C41
8#384841
9#3C4440

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF8
BackgroundsSubtle highlightsCard backgrounds
100
E2F8
#E2F8EE
Light backgroundsTable row hoverSkeleton loading
200
C9F3
#C9F3E0
Secondary backgroundsInput backgroundsDividers
300
9FE9
#9FE9C8
BordersInactive statesPlaceholder text
400
6EDE
#6EDEAB
Disabled statesSecondary iconsMuted text
500
44D5
#44D593
Primary brand colorCTAsActive elementsLinks
600
2AB7
#2AB777
Hover statesFocus ringsPrimary buttons hover
700
2191
#21915F
Active/pressed statesDark mode accentsSecondary text
800
1868
#186844
Text on light backgroundsHeadingsStrong borders
900
0F43
#0F432B
Primary textHigh emphasis contentDark headings
950
092A
#092A1B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F3FCF8;
  --sea-green-100: #E2F8EE;
  --sea-green-200: #C9F3E0;
  --sea-green-300: #9FE9C8;
  --sea-green-400: #6EDEAB;
  --sea-green-500: #44D593;
  --sea-green-600: #2AB777;
  --sea-green-700: #21915F;
  --sea-green-800: #186844;
  --sea-green-900: #0F432B;
  --sea-green-950: #092A1B;
}
Generate More ShadesCreate PaletteConvert Color