Sea Green

#0A7555

Green

Color Codes

All color formats for development

HEX
#0A7555
RGB
rgb(10, 117, 85)
HSL
hsl(162, 84%, 25%)
OKLCH
oklch(0.5 0.102 165.5)
CMYK
cmyk(91%, 0%, 27%, 54%)

Accessibility

WCAG contrast compliance

On White Background

5.69:1

AA AAA

On Black Background

3.69:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DEFC
200
#C2FA
300
#93F6
400
#5BF1
500
#2CED
600
#12CE
700
#0EA4
800
#0A75
900
#074B
950
#042F

Shades

Darker variations

1#096A4D
2#085E44
3#07523C
4#064633
5#053B2B
6#042F22
7#03231A
8#021711
9#010C09

Tints

Lighter variations

1#0D986F
2#10BC88
3#13DFA2
4#2CEDB3
5#4FF0C0
6#72F3CC
7#95F6D9
8#B9F9E6
9#DCFCF2

Tones

Muted variations

1#107053
2#156B51
3#1A654F
4#20604D
5#255B4A
6#2A5548
7#305046
8#354A44
9#3A4542

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFA
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCF3
Light backgroundsTable row hoverSkeleton loading
200
C2FA
#C2FAE9
Secondary backgroundsInput backgroundsDividers
300
93F6
#93F6D8
BordersInactive statesPlaceholder text
400
5BF1
#5BF1C4
Disabled statesSecondary iconsMuted text
500
2CED
#2CEDB3
Primary brand colorCTAsActive elementsLinks
600
12CE
#12CE96
Hover statesFocus ringsPrimary buttons hover
700
0EA4
#0EA477
Active/pressed statesDark mode accentsSecondary text
800
0A75
#0A7555
Text on light backgroundsHeadingsStrong borders
900
074B
#074B37
Primary textHigh emphasis contentDark headings
950
042F
#042F22
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F1FEFA;
  --sea-green-100: #DEFCF3;
  --sea-green-200: #C2FAE9;
  --sea-green-300: #93F6D8;
  --sea-green-400: #5BF1C4;
  --sea-green-500: #2CEDB3;
  --sea-green-600: #12CE96;
  --sea-green-700: #0EA477;
  --sea-green-800: #0A7555;
  --sea-green-900: #074B37;
  --sea-green-950: #042F22;
}
Generate More ShadesCreate PaletteConvert Color