Sea Green
#23906F
GreenColor Codes
All color formats for development
HEX
#23906FRGB
rgb(35, 144, 111)HSL
hsl(162, 61%, 35%)OKLCH
oklch(0.585 0.108 167.7)CMYK
cmyk(76%, 0%, 23%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F8164
2#1C7359
3#18654E
4#155643
5#114838
6#0E392C
7#0A2B21
8#071D16
9#030E0B
Tints
Lighter variations
1#29AA84
2#30C598
3#44D2A7
4#5FD8B4
5#7ADFC0
6#94E5CD
7#AFECD9
8#CAF2E6
9#E4F9F2
Tones
Muted variations
1#288A6D
2#2E856B
3#337F68
4#397A66
5#3E7464
6#436F62
7#496A60
8#4E645E
9#545F5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D3 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCBC | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB58C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23906F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19674F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104233 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2920 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF9;
--sea-green-100: #E2F8F2;
--sea-green-200: #CAF2E6;
--sea-green-300: #A1E8D3;
--sea-green-400: #6FDCBC;
--sea-green-500: #46D2A8;
--sea-green-600: #2CB58C;
--sea-green-700: #23906F;
--sea-green-800: #19674F;
--sea-green-900: #104233;
--sea-green-950: #0A2920;
}