Sea Green
#149F4E
GreenColor Codes
All color formats for development
HEX
#149F4ERGB
rgb(20, 159, 78)HSL
hsl(145, 78%, 35%)OKLCH
oklch(0.616 0.162 150.7)CMYK
cmyk(87%, 0%, 51%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128F46
2#107F3E
3#0E6F36
4#0C5F2F
5#0A4F27
6#08401F
7#063017
8#042010
9#021008
Tints
Lighter variations
1#17BC5C
2#1BDA6A
3#30E57C
4#4EE98F
5#6BEDA1
6#89F0B4
7#A6F4C7
8#C4F8DA
9#E1FBEC
Tones
Muted variations
1#1B984F
2#229150
3#298A51
4#2F8352
5#367C53
6#3D7555
7#446E56
8#4B6757
9#526058
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2BD | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB9A | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E67D | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C862 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F4E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7137 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094923 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF6;
--sea-green-100: #DFFBEB;
--sea-green-200: #C4F8DA;
--sea-green-300: #97F2BD;
--sea-green-400: #60EB9A;
--sea-green-500: #33E67D;
--sea-green-600: #19C862;
--sea-green-700: #149F4E;
--sea-green-800: #0E7137;
--sea-green-900: #094923;
--sea-green-950: #062D16;
}