Sea Green

#258E5B

Green

Color Codes

All color formats for development

HEX
#258E5B
RGB
rgb(37, 142, 91)
HSL
hsl(151, 59%, 35%)
OKLCH
oklch(0.575 0.123 157.2)
CMYK
cmyk(74%, 0%, 36%, 44%)

Accessibility

WCAG contrast compliance

On White Background

4.12:1

AA AAA

On Black Background

5.10:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E3F8
200
#CAF1
300
#A2E7
400
#71DA
500
#49D0
600
#2EB2
700
#258E
800
#1A65
900
#1141
950
#0A29

Shades

Darker variations

1#218052
2#1D7249
3#1A6340
4#165537
5#12472E
6#0F3924
7#0B2B1B
8#071C12
9#040E09

Tints

Lighter variations

1#2BA86C
2#32C37D
3#47CF8D
4#61D69E
5#7BDDAE
6#96E4BE
7#B0EBCE
8#CAF1DF
9#E5F8EF

Tones

Muted variations

1#2A895B
2#2F835B
3#347E5A
4#3A795A
5#3F745A
6#446E5A
7#49695A
8#4F645A
9#545F59

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF8
BackgroundsSubtle highlightsCard backgrounds
100
E3F8
#E3F8EE
Light backgroundsTable row hoverSkeleton loading
200
CAF1
#CAF1DF
Secondary backgroundsInput backgroundsDividers
300
A2E7
#A2E7C6
BordersInactive statesPlaceholder text
400
71DA
#71DAA8
Disabled statesSecondary iconsMuted text
500
49D0
#49D08F
Primary brand colorCTAsActive elementsLinks
600
2EB2
#2EB272
Hover statesFocus ringsPrimary buttons hover
700
258E
#258E5B
Active/pressed statesDark mode accentsSecondary text
800
1A65
#1A6541
Text on light backgroundsHeadingsStrong borders
900
1141
#11412A
Primary textHigh emphasis contentDark headings
950
0A29
#0A291A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F3FCF8;
  --sea-green-100: #E3F8EE;
  --sea-green-200: #CAF1DF;
  --sea-green-300: #A2E7C6;
  --sea-green-400: #71DAA8;
  --sea-green-500: #49D08F;
  --sea-green-600: #2EB272;
  --sea-green-700: #258E5B;
  --sea-green-800: #1A6541;
  --sea-green-900: #11412A;
  --sea-green-950: #0A291A;
}
Generate More ShadesCreate PaletteConvert Color