Sea Green

#0FA363

Green

Color Codes

All color formats for development

HEX
#0FA363
RGB
rgb(15, 163, 99)
HSL
hsl(154, 83%, 35%)
OKLCH
oklch(0.631 0.148 156.6)
CMYK
cmyk(91%, 0%, 39%, 36%)

Accessibility

WCAG contrast compliance

On White Background

3.26:1

AA AAA

On Black Background

6.44: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#0E9359
2#0C834F
3#0B7245
4#09623B
5#085232
6#064128
7#05311E
8#032114
9#02100A

Tints

Lighter variations

1#12C276
2#15E088
3#2BEB98
4#49EEA7
5#67F1B5
6#86F4C4
7#A4F7D3
8#C2F9E2
9#E1FCF0

Tones

Muted variations

1#179C62
2#1E9561
3#258D60
4#2D865F
5#347E5E
6#3C775D
7#436F5C
8#4A685B
9#52615A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEF8
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCEF
Light backgroundsTable row hoverSkeleton loading
200
C2F9
#C2F9E2
Secondary backgroundsInput backgroundsDividers
300
94F5
#94F5CB
BordersInactive statesPlaceholder text
400
5CF0
#5CF0B0
Disabled statesSecondary iconsMuted text
500
2DEB
#2DEB99
Primary brand colorCTAsActive elementsLinks
600
13CD
#13CD7D
Hover statesFocus ringsPrimary buttons hover
700
0FA3
#0FA363
Active/pressed statesDark mode accentsSecondary text
800
0B75
#0B7547
Text on light backgroundsHeadingsStrong borders
900
074B
#074B2D
Primary textHigh emphasis contentDark headings
950
042F
#042F1C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F1FEF8;
  --sea-green-100: #DEFCEF;
  --sea-green-200: #C2F9E2;
  --sea-green-300: #94F5CB;
  --sea-green-400: #5CF0B0;
  --sea-green-500: #2DEB99;
  --sea-green-600: #13CD7D;
  --sea-green-700: #0FA363;
  --sea-green-800: #0B7547;
  --sea-green-900: #074B2D;
  --sea-green-950: #042F1C;
}
Generate More ShadesCreate PaletteConvert Color