Sea Green
#23904B
GreenColor Codes
All color formats for development
HEX
#23904BRGB
rgb(35, 144, 75)HSL
hsl(142, 61%, 35%)OKLCH
oklch(0.577 0.141 150.8)CMYK
cmyk(76%, 0%, 48%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F8143
2#1C733C
3#186534
4#15562D
5#114825
6#0E391E
7#0A2B16
8#071D0F
9#030E07
Tints
Lighter variations
1#29AA59
2#30C566
3#44D278
4#5FD88B
5#7ADF9F
6#94E5B2
7#AFECC5
8#CAF2D8
9#E4F9EC
Tones
Muted variations
1#288A4C
2#2E854E
3#337F4F
4#397A51
5#3E7452
6#436F53
7#496A55
8#4E6456
9#545F58
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8BB | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC97 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D27A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB55E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23904B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196735 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104222 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2915 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF6;
--sea-green-100: #E2F8EA;
--sea-green-200: #CAF2D8;
--sea-green-300: #A1E8BB;
--sea-green-400: #6FDC97;
--sea-green-500: #46D27A;
--sea-green-600: #2CB55E;
--sea-green-700: #23904B;
--sea-green-800: #196735;
--sea-green-900: #104222;
--sea-green-950: #0A2915;
}