Sea Green
#23BE5C
GreenColor Codes
All color formats for development
HEX
#23BE5CRGB
rgb(35, 190, 92)HSL
hsl(142, 69%, 44%)OKLCH
oklch(0.704 0.185 149.8)CMYK
cmyk(82%, 0%, 52%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1FAB52
2#1C9849
3#188540
4#157237
5#115F2E
6#0E4C25
7#0A391B
8#072612
9#031309
Tints
Lighter variations
1#27D667
2#3EDC78
3#56E089
4#6EE49A
5#86E9AA
6#9EEDBB
7#B7F2CC
8#CFF6DD
9#E7FBEE
Tones
Muted variations
1#2BB65E
2#32AE60
3#3AA662
4#429F64
5#499766
6#518F68
7#59876A
8#61806C
9#68786E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDBA | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E395 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB77 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE5C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9749 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C34 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4521 | 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: #C7F5D8;
--sea-green-300: #9CEDBA;
--sea-green-400: #68E395;
--sea-green-500: #3DDB77;
--sea-green-600: #23BE5C;
--sea-green-700: #1C9749;
--sea-green-800: #146C34;
--sea-green-900: #0D4521;
--sea-green-950: #082B15;
}