Sea Green

#23BE51

Green

Color Codes

All color formats for development

HEX
#23BE51
RGB
rgb(35, 190, 81)
HSL
hsl(138, 69%, 44%)
OKLCH
oklch(0.703 0.194 147.7)
CMYK
cmyk(82%, 0%, 57%, 25%)

Accessibility

WCAG contrast compliance

On White Background

2.45:1

AA AAA

On Black Background

8.56: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#1FAB49
2#1C9841
3#188539
4#157231
5#115F29
6#0E4C20
7#0A3918
8#072610
9#031308

Tints

Lighter variations

1#27D65C
2#3EDC6D
3#56E07F
4#6EE492
5#86E9A4
6#9EEDB6
7#B7F2C8
8#CFF6DB
9#E7FBED

Tones

Muted variations

1#2BB654
2#32AE57
3#3AA65B
4#429F5E
5#499761
6#518F64
7#598767
8#61806A
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
#C7F5D5
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDB4
BordersInactive statesPlaceholder text
400
68E3
#68E38D
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDB6D
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BE51
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C9741
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C2E
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D451E
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: #C7F5D5;
  --sea-green-300: #9CEDB4;
  --sea-green-400: #68E38D;
  --sea-green-500: #3DDB6D;
  --sea-green-600: #23BE51;
  --sea-green-700: #1C9741;
  --sea-green-800: #146C2E;
  --sea-green-900: #0D451E;
  --sea-green-950: #082B12;
}
Generate More ShadesCreate PaletteConvert Color