Sea Green

#0BA861

Green

Color Codes

All color formats for development

HEX
#0BA861
RGB
rgb(11, 168, 97)
HSL
hsl(153, 88%, 35%)
OKLCH
oklch(0.643 0.157 155)
CMYK
cmyk(93%, 0%, 42%, 34%)

Accessibility

WCAG contrast compliance

On White Background

3.09:1

AA AAA

On Black Background

6.79: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#0A9757
2#09864E
3#077544
4#06653A
5#055431
6#044327
7#03321D
8#022213
9#01110A

Tints

Lighter variations

1#0DC773
2#0FE685
3#25F195
4#44F3A4
5#63F5B3
6#82F7C3
7#A2F9D2
8#C1FBE1
9#E0FDF0

Tones

Muted variations

1#13A060
2#1A9860
3#22905F
4#2A885E
5#32815D
6#3A795C
7#42715C
8#4A695B
9#51615A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEF8
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDEF
Light backgroundsTable row hoverSkeleton loading
200
C1FB
#C1FBE1
Secondary backgroundsInput backgroundsDividers
300
91F8
#91F8CA
BordersInactive statesPlaceholder text
400
57F4
#57F4AE
Disabled statesSecondary iconsMuted text
500
27F1
#27F196
Primary brand colorCTAsActive elementsLinks
600
0DD3
#0DD37A
Hover statesFocus ringsPrimary buttons hover
700
0BA8
#0BA861
Active/pressed statesDark mode accentsSecondary text
800
0878
#087845
Text on light backgroundsHeadingsStrong borders
900
054D
#054D2C
Primary textHigh emphasis contentDark headings
950
0330
#03301C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F1FEF8;
  --sea-green-100: #DDFDEF;
  --sea-green-200: #C1FBE1;
  --sea-green-300: #91F8CA;
  --sea-green-400: #57F4AE;
  --sea-green-500: #27F196;
  --sea-green-600: #0DD37A;
  --sea-green-700: #0BA861;
  --sea-green-800: #087845;
  --sea-green-900: #054D2C;
  --sea-green-950: #03301C;
}
Generate More ShadesCreate PaletteConvert Color