Sea Green
#1BC54E
GreenColor Codes
All color formats for development
HEX
#1BC54ERGB
rgb(27, 197, 78)HSL
hsl(138, 76%, 44%)OKLCH
oklch(0.72 0.206 147.2)CMYK
cmyk(86%, 0%, 60%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18B246
2#169E3E
3#138A37
4#10762F
5#0D6327
6#0B4F1F
7#083B17
8#052710
9#031408
Tints
Lighter variations
1#1EDF58
2#36E46A
3#4FE77D
4#68EA8F
5#81EEA2
6#9AF1B5
7#B4F5C7
8#CDF8DA
9#E6FCEC
Tones
Muted variations
1#23BD52
2#2CB455
3#35AC58
4#3DA35C
5#469B5F
6#4E9263
7#578A66
8#5F8169
9#68796D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1B3 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA8B | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E369 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC54E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D3E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F702C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A481C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF5;
--sea-green-100: #E0FBE8;
--sea-green-200: #C5F7D4;
--sea-green-300: #98F1B3;
--sea-green-400: #62EA8B;
--sea-green-500: #35E369;
--sea-green-600: #1BC54E;
--sea-green-700: #159D3E;
--sea-green-800: #0F702C;
--sea-green-900: #0A481C;
--sea-green-950: #062D12;
}