Sea Green

#0B7456

Green

Color Codes

All color formats for development

HEX
#0B7456
RGB
rgb(11, 116, 86)
HSL
hsl(163, 83%, 25%)
OKLCH
oklch(0.497 0.099 166.7)
CMYK
cmyk(91%, 0%, 26%, 55%)

Accessibility

WCAG contrast compliance

On White Background

5.76:1

AA AAA

On Black Background

3.65:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DEFC
200
#C2F9
300
#94F5
400
#5CF0
500
#2DEB
600
#13CD
700
#0FA3
800
#0B75
900
#074B
950
#042F

Shades

Darker variations

1#0A694E
2#095D45
3#08523D
4#074634
5#053A2B
6#042F23
7#03231A
8#021711
9#010C09

Tints

Lighter variations

1#0E9871
2#11BB8B
3#15DEA5
4#2DEBB6
5#50EFC2
6#73F2CE
7#96F5DA
8#B9F8E7
9#DCFCF3

Tones

Muted variations

1#106F54
2#156A52
3#1B6550
4#205F4E
5#255A4B
6#2B5549
7#305047
8#354A44
9#3A4542

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFA
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCF4
Light backgroundsTable row hoverSkeleton loading
200
C2F9
#C2F9EA
Secondary backgroundsInput backgroundsDividers
300
94F5
#94F5D9
BordersInactive statesPlaceholder text
400
5CF0
#5CF0C6
Disabled statesSecondary iconsMuted text
500
2DEB
#2DEBB6
Primary brand colorCTAsActive elementsLinks
600
13CD
#13CD99
Hover statesFocus ringsPrimary buttons hover
700
0FA3
#0FA379
Active/pressed statesDark mode accentsSecondary text
800
0B75
#0B7557
Text on light backgroundsHeadingsStrong borders
900
074B
#074B37
Primary textHigh emphasis contentDark headings
950
042F
#042F23
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F1FEFA;
  --sea-green-100: #DEFCF4;
  --sea-green-200: #C2F9EA;
  --sea-green-300: #94F5D9;
  --sea-green-400: #5CF0C6;
  --sea-green-500: #2DEBB6;
  --sea-green-600: #13CD99;
  --sea-green-700: #0FA379;
  --sea-green-800: #0B7557;
  --sea-green-900: #074B37;
  --sea-green-950: #042F23;
}
Generate More ShadesCreate PaletteConvert Color