Sea Green

#0BA85C

Green

Color Codes

All color formats for development

HEX
#0BA85C
RGB
rgb(11, 168, 92)
HSL
hsl(151, 88%, 35%)
OKLCH
oklch(0.643 0.161 153.5)
CMYK
cmyk(93%, 0%, 45%, 34%)

Accessibility

WCAG contrast compliance

On White Background

3.10:1

AA AAA

On Black Background

6.77:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DDFD
200
#C1FB
300
#91F8
400
#57F4
500
#27F1
600
#0DD3
700
#0BA8
800
#0878
900
#054D
950
#0330

Shades

Darker variations

1#0A9753
2#098649
3#077540
4#066537
5#05542E
6#044325
7#03321C
8#022212
9#011109

Tints

Lighter variations

1#0DC76D
2#0FE67E
3#25F18E
4#44F39E
5#63F5AF
6#82F7BF
7#A2F9CF
8#C1FBDF
9#E0FDEF

Tones

Muted variations

1#13A05C
2#1A985B
3#22905B
4#2A885B
5#32815B
6#3A795A
7#42715A
8#4A695A
9#51615A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEF8
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDEE
Light backgroundsTable row hoverSkeleton loading
200
C1FB
#C1FBDF
Secondary backgroundsInput backgroundsDividers
300
91F8
#91F8C6
BordersInactive statesPlaceholder text
400
57F4
#57F4A8
Disabled statesSecondary iconsMuted text
500
27F1
#27F190
Primary brand colorCTAsActive elementsLinks
600
0DD3
#0DD373
Hover statesFocus ringsPrimary buttons hover
700
0BA8
#0BA85C
Active/pressed statesDark mode accentsSecondary text
800
0878
#087842
Text on light backgroundsHeadingsStrong borders
900
054D
#054D2A
Primary textHigh emphasis contentDark headings
950
0330
#03301A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F1FEF8;
  --sea-green-100: #DDFDEE;
  --sea-green-200: #C1FBDF;
  --sea-green-300: #91F8C6;
  --sea-green-400: #57F4A8;
  --sea-green-500: #27F190;
  --sea-green-600: #0DD373;
  --sea-green-700: #0BA85C;
  --sea-green-800: #087842;
  --sea-green-900: #054D2A;
  --sea-green-950: #03301A;
}
Generate More ShadesCreate PaletteConvert Color