Sea Green

#0B7458

Green

Color Codes

All color formats for development

HEX
#0B7458
RGB
rgb(11, 116, 88)
HSL
hsl(164, 83%, 25%)
OKLCH
oklch(0.498 0.098 168.2)
CMYK
cmyk(91%, 0%, 24%, 55%)

Accessibility

WCAG contrast compliance

On White Background

5.75: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#0A6950
2#095D47
3#08523E
4#074635
5#053A2C
6#042F23
7#03231B
8#021712
9#010C09

Tints

Lighter variations

1#0E9873
2#11BB8E
3#15DEA8
4#2DEBB9
5#50EFC4
6#73F2D0
7#96F5DC
8#B9F8E8
9#DCFCF3

Tones

Muted variations

1#106F56
2#156A54
3#1B6551
4#205F4F
5#255A4C
6#2B554A
7#305047
8#354A45
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
#C2F9EB
Secondary backgroundsInput backgroundsDividers
300
94F5
#94F5DB
BordersInactive statesPlaceholder text
400
5CF0
#5CF0C8
Disabled statesSecondary iconsMuted text
500
2DEB
#2DEBB9
Primary brand colorCTAsActive elementsLinks
600
13CD
#13CD9C
Hover statesFocus ringsPrimary buttons hover
700
0FA3
#0FA37C
Active/pressed statesDark mode accentsSecondary text
800
0B75
#0B7558
Text on light backgroundsHeadingsStrong borders
900
074B
#074B39
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: #C2F9EB;
  --sea-green-300: #94F5DB;
  --sea-green-400: #5CF0C8;
  --sea-green-500: #2DEBB9;
  --sea-green-600: #13CD9C;
  --sea-green-700: #0FA37C;
  --sea-green-800: #0B7558;
  --sea-green-900: #074B39;
  --sea-green-950: #042F23;
}
Generate More ShadesCreate PaletteConvert Color