Sea Green

#0D7356

Green

Color Codes

All color formats for development

HEX
#0D7356
RGB
rgb(13, 115, 86)
HSL
hsl(163, 80%, 25%)
OKLCH
oklch(0.495 0.098 167.1)
CMYK
cmyk(89%, 0%, 25%, 55%)

Accessibility

WCAG contrast compliance

On White Background

5.83:1

AA AAA

On Black Background

3.60:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C3F8
300
#95F3
400
#5EED
500
#30E8
600
#16CA
700
#12A1
800
#0D73
900
#0849
950
#052E

Shades

Darker variations

1#0B674D
2#0A5C45
3#09503C
4#084534
5#06392B
6#052E22
7#04221A
8#031711
9#010B09

Tints

Lighter variations

1#119570
2#14B889
3#18DAA3
4#30E8B4
5#53ECC1
6#75F0CD
7#98F4DA
8#BAF7E6
9#DDFBF3

Tones

Muted variations

1#126E54
2#176951
3#1C634F
4#215E4D
5#26594B
6#2B5449
7#304F46
8#364A44
9#3B4542

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFA
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF3
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8E9
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3D9
BordersInactive statesPlaceholder text
400
5EED
#5EEDC5
Disabled statesSecondary iconsMuted text
500
30E8
#30E8B4
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA97
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A178
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D7356
Text on light backgroundsHeadingsStrong borders
900
0849
#084937
Primary textHigh emphasis contentDark headings
950
052E
#052E22
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F1FDFA;
  --sea-green-100: #DFFBF3;
  --sea-green-200: #C3F8E9;
  --sea-green-300: #95F3D9;
  --sea-green-400: #5EEDC5;
  --sea-green-500: #30E8B4;
  --sea-green-600: #16CA97;
  --sea-green-700: #12A178;
  --sea-green-800: #0D7356;
  --sea-green-900: #084937;
  --sea-green-950: #052E22;
}
Generate More ShadesCreate PaletteConvert Color