Sea Green
#1BC54B
GreenColor Codes
All color formats for development
HEX
#1BC54BRGB
rgb(27, 197, 75)HSL
hsl(137, 76%, 44%)OKLCH
oklch(0.719 0.209 146.7)CMYK
cmyk(86%, 0%, 62%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18B244
2#169E3C
3#138A35
4#10762D
5#0D6326
6#0B4F1E
7#083B17
8#05270F
9#031408
Tints
Lighter variations
1#1EDF55
2#36E467
3#4FE77A
4#68EA8D
5#81EEA0
6#9AF1B3
7#B4F5C6
8#CDF8D9
9#E6FCEC
Tones
Muted variations
1#23BD4F
2#2CB453
3#35AC56
4#3DA35A
5#469B5E
6#4E9261
7#578A65
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 #E0FBE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1B1 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA88 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E366 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC54B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D3C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F702B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A481B | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF5;
--sea-green-100: #E0FBE7;
--sea-green-200: #C5F7D3;
--sea-green-300: #98F1B1;
--sea-green-400: #62EA88;
--sea-green-500: #35E366;
--sea-green-600: #1BC54B;
--sea-green-700: #159D3C;
--sea-green-800: #0F702B;
--sea-green-900: #0A481B;
--sea-green-950: #062D11;
}