Sea Green
#23906B
GreenColor Codes
All color formats for development
HEX
#23906BRGB
rgb(35, 144, 107)HSL
hsl(160, 61%, 35%)OKLCH
oklch(0.584 0.112 165.2)CMYK
cmyk(76%, 0%, 26%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F8161
2#1C7356
3#18654B
4#155640
5#114836
6#0E392B
7#0A2B20
8#071D15
9#030E0B
Tints
Lighter variations
1#29AA7F
2#30C593
3#44D2A3
4#5FD8B0
5#7ADFBD
6#94E5CA
7#AFECD7
8#CAF2E5
9#E4F9F2
Tones
Muted variations
1#288A6A
2#2E8568
3#337F66
4#397A64
5#3E7462
6#436F61
7#496A5F
8#4E645D
9#545F5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D0 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCB8 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB587 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23906B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19674D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104231 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF9;
--sea-green-100: #E2F8F1;
--sea-green-200: #CAF2E5;
--sea-green-300: #A1E8D0;
--sea-green-400: #6FDCB8;
--sea-green-500: #46D2A4;
--sea-green-600: #2CB587;
--sea-green-700: #23906B;
--sea-green-800: #19674D;
--sea-green-900: #104231;
--sea-green-950: #0A291F;
}