Sea Green
#23BE3F
GreenColor Codes
All color formats for development
HEX
#23BE3FRGB
rgb(35, 190, 63)HSL
hsl(131, 69%, 44%)OKLCH
oklch(0.701 0.208 145.1)CMYK
cmyk(82%, 0%, 67%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1FAB39
2#1C9833
3#18852C
4#157226
5#115F20
6#0E4C19
7#0A3913
8#07260D
9#031306
Tints
Lighter variations
1#27D647
2#3EDC5B
3#56E06F
4#6EE484
5#86E998
6#9EEDAD
7#B7F2C1
8#CFF6D6
9#E7FBEA
Tones
Muted variations
1#2BB644
2#32AE49
3#3AA64E
4#429F53
5#499758
6#518F5D
7#598761
8#618066
9#68786B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5CF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDAB | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E37F | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB5A | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE3F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9732 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C24 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4517 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF4;
--sea-green-100: #E1F9E5;
--sea-green-200: #C7F5CF;
--sea-green-300: #9CEDAB;
--sea-green-400: #68E37F;
--sea-green-500: #3DDB5A;
--sea-green-600: #23BE3F;
--sea-green-700: #1C9732;
--sea-green-800: #146C24;
--sea-green-900: #0D4517;
--sea-green-950: #082B0E;
}