Sea Green

#0E7148

Green

Color Codes

All color formats for development

HEX
#0E7148
RGB
rgb(14, 113, 72)
HSL
hsl(155, 78%, 25%)
OKLCH
oklch(0.486 0.107 158.8)
CMYK
cmyk(88%, 0%, 36%, 56%)

Accessibility

WCAG contrast compliance

On White Background

6.04:1

AA AAA

On Black Background

3.47:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F8
300
#97F2
400
#60EB
500
#33E6
600
#19C8
700
#149F
800
#0E71
900
#0949
950
#062D

Shades

Darker variations

1#0D6641
2#0B5B3A
3#0A4F32
4#08442B
5#073924
6#062D1D
7#042216
8#03170E
9#010B07

Tints

Lighter variations

1#12945E
2#16B673
3#1BD889
4#33E69B
5#55EAAC
6#77EEBC
7#99F2CD
8#BBF7DE
9#DDFBEE

Tones

Muted variations

1#136D47
2#186846
3#1D6346
4#225E45
5#275944
6#2C5443
7#314F42
8#364A41
9#3B4541

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF8
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBEF
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8E2
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2CC
BordersInactive statesPlaceholder text
400
60EB
#60EBB1
Disabled statesSecondary iconsMuted text
500
33E6
#33E69B
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C87F
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F65
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E7148
Text on light backgroundsHeadingsStrong borders
900
0949
#09492E
Primary textHigh emphasis contentDark headings
950
062D
#062D1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F1FDF8;
  --sea-green-100: #DFFBEF;
  --sea-green-200: #C4F8E2;
  --sea-green-300: #97F2CC;
  --sea-green-400: #60EBB1;
  --sea-green-500: #33E69B;
  --sea-green-600: #19C87F;
  --sea-green-700: #149F65;
  --sea-green-800: #0E7148;
  --sea-green-900: #09492E;
  --sea-green-950: #062D1D;
}
Generate More ShadesCreate PaletteConvert Color