Sea Green

#149F55

Green

Color Codes

All color formats for development

HEX
#149F55
RGB
rgb(20, 159, 85)
HSL
hsl(148, 78%, 35%)
OKLCH
oklch(0.618 0.155 152.6)
CMYK
cmyk(87%, 0%, 47%, 38%)

Accessibility

WCAG contrast compliance

On White Background

3.43:1

AA AAA

On Black Background

6.12: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#128F4C
2#107F44
3#0E6F3B
4#0C5F33
5#0A4F2A
6#084022
7#063019
8#042011
9#021008

Tints

Lighter variations

1#17BC64
2#1BDA74
3#30E585
4#4EE996
5#6BEDA8
6#89F0B9
7#A6F4CB
8#C4F8DC
9#E1FBEE

Tones

Muted variations

1#1B9855
2#229156
3#298A56
4#2F8356
5#367C57
6#3D7557
7#446E58
8#4B6758
9#526059

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF7
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBEC
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8DC
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2C1
BordersInactive statesPlaceholder text
400
60EB
#60EBA1
Disabled statesSecondary iconsMuted text
500
33E6
#33E686
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C86A
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F55
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E713C
Text on light backgroundsHeadingsStrong borders
900
0949
#094927
Primary textHigh emphasis contentDark headings
950
062D
#062D18
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F1FDF7;
  --sea-green-100: #DFFBEC;
  --sea-green-200: #C4F8DC;
  --sea-green-300: #97F2C1;
  --sea-green-400: #60EBA1;
  --sea-green-500: #33E686;
  --sea-green-600: #19C86A;
  --sea-green-700: #149F55;
  --sea-green-800: #0E713C;
  --sea-green-900: #094927;
  --sea-green-950: #062D18;
}
Generate More ShadesCreate PaletteConvert Color