Sea Green

#23BE4F

Green

Color Codes

All color formats for development

HEX
#23BE4F
RGB
rgb(35, 190, 79)
HSL
hsl(137, 69%, 44%)
OKLCH
oklch(0.702 0.196 147.4)
CMYK
cmyk(82%, 0%, 58%, 25%)

Accessibility

WCAG contrast compliance

On White Background

2.46:1

AA AAA

On Black Background

8.55: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#1FAB47
2#1C983F
3#188537
4#15722F
5#115F27
6#0E4C1F
7#0A3918
8#072610
9#031308

Tints

Lighter variations

1#27D659
2#3EDC6B
3#56E07D
4#6EE490
5#86E9A2
6#9EEDB5
7#B7F2C7
8#CFF6DA
9#E7FBEC

Tones

Muted variations

1#2BB652
2#32AE55
3#3AA659
4#429F5C
5#49975F
6#518F63
7#598766
8#618069
9#68786D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF5
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9E8
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5D4
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDB3
BordersInactive statesPlaceholder text
400
68E3
#68E38B
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDB6A
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BE4F
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C973F
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C2D
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D451D
Primary textHigh emphasis contentDark headings
950
082B
#082B12
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F2FDF5;
  --sea-green-100: #E1F9E8;
  --sea-green-200: #C7F5D4;
  --sea-green-300: #9CEDB3;
  --sea-green-400: #68E38B;
  --sea-green-500: #3DDB6A;
  --sea-green-600: #23BE4F;
  --sea-green-700: #1C973F;
  --sea-green-800: #146C2D;
  --sea-green-900: #0D451D;
  --sea-green-950: #082B12;
}
Generate More ShadesCreate PaletteConvert Color