Sea Green
#258E69
GreenColor Codes
All color formats for development
HEX
#258E69RGB
rgb(37, 142, 105)HSL
hsl(159, 59%, 35%)OKLCH
oklch(0.579 0.11 164.7)CMYK
cmyk(74%, 0%, 26%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#21805F
2#1D7254
3#1A634A
4#16553F
5#124735
6#0F392A
7#0B2B20
8#071C15
9#040E0B
Tints
Lighter variations
1#2BA87D
2#32C390
3#47CFA0
4#61D6AD
5#7BDDBB
6#96E4C8
7#B0EBD6
8#CAF1E4
9#E5F8F1
Tones
Muted variations
1#2A8967
2#2F8366
3#347E64
4#3A7963
5#3F7461
6#446E60
7#49695E
8#4F645C
9#545F5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7CF | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAB6 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D0A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB284 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A654B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114130 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF9;
--sea-green-100: #E3F8F0;
--sea-green-200: #CAF1E4;
--sea-green-300: #A2E7CF;
--sea-green-400: #71DAB6;
--sea-green-500: #49D0A1;
--sea-green-600: #2EB284;
--sea-green-700: #258E69;
--sea-green-800: #1A654B;
--sea-green-900: #114130;
--sea-green-950: #0A291E;
}