Sea Green

#23BE5E

Green

Color Codes

All color formats for development

HEX
#23BE5E
RGB
rgb(35, 190, 94)
HSL
hsl(143, 69%, 44%)
OKLCH
oklch(0.704 0.183 150.2)
CMYK
cmyk(82%, 0%, 51%, 25%)

Accessibility

WCAG contrast compliance

On White Background

2.44:1

AA AAA

On Black Background

8.60:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E1F9
200
#C7F5
300
#9CED
400
#68E3
500
#3DDB
600
#23BE
700
#1C97
800
#146C
900
#0D45
950
#082B

Shades

Darker variations

1#1FAB55
2#1C984B
3#188542
4#157238
5#115F2F
6#0E4C26
7#0A391C
8#072613
9#031309

Tints

Lighter variations

1#27D66A
2#3EDC7A
3#56E08B
4#6EE49C
5#86E9AC
6#9EEDBD
7#B7F2CD
8#CFF6DE
9#E7FBEE

Tones

Muted variations

1#2BB660
2#32AE62
3#3AA664
4#429F65
5#499767
6#518F69
7#59876B
8#61806D
9#68786E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF6
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9EA
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5D9
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDBB
BordersInactive statesPlaceholder text
400
68E3
#68E397
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDB7A
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BE5E
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C974B
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C35
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D4522
Primary textHigh emphasis contentDark headings
950
082B
#082B15
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F2FDF6;
  --sea-green-100: #E1F9EA;
  --sea-green-200: #C7F5D9;
  --sea-green-300: #9CEDBB;
  --sea-green-400: #68E397;
  --sea-green-500: #3DDB7A;
  --sea-green-600: #23BE5E;
  --sea-green-700: #1C974B;
  --sea-green-800: #146C35;
  --sea-green-900: #0D4522;
  --sea-green-950: #082B15;
}
Generate More ShadesCreate PaletteConvert Color