Sea Green
#1BC543
GreenColor Codes
All color formats for development
HEX
#1BC543RGB
rgb(27, 197, 67)HSL
hsl(134, 76%, 44%)OKLCH
oklch(0.719 0.214 145.7)CMYK
cmyk(86%, 0%, 66%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18B23C
2#169E35
3#138A2F
4#107628
5#0D6321
6#0B4F1B
7#083B14
8#05270D
9#031407
Tints
Lighter variations
1#1EDF4B
2#36E45E
3#4FE773
4#68EA87
5#81EE9B
6#9AF1AF
7#B4F5C3
8#CDF8D7
9#E6FCEB
Tones
Muted variations
1#23BD47
2#2CB44C
3#35AC50
4#3DA355
5#469B59
6#4E925E
7#578A63
8#5F8167
9#68796C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1AD | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA82 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E35E | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC543 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D35 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7026 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4818 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF4;
--sea-green-100: #E0FBE6;
--sea-green-200: #C5F7D0;
--sea-green-300: #98F1AD;
--sea-green-400: #62EA82;
--sea-green-500: #35E35E;
--sea-green-600: #1BC543;
--sea-green-700: #159D35;
--sea-green-800: #0F7026;
--sea-green-900: #0A4818;
--sea-green-950: #062D0F;
}