Sea Green
#0A754C
GreenColor Codes
All color formats for development
HEX
#0A754CRGB
rgb(10, 117, 76)HSL
hsl(157, 84%, 25%)OKLCH
oklch(0.497 0.11 159.8)CMYK
cmyk(91%, 0%, 35%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#096A45
2#085E3D
3#075235
4#06462E
5#053B26
6#042F1E
7#032317
8#02170F
9#010C08
Tints
Lighter variations
1#0D9863
2#10BC7A
3#13DF91
4#2CEDA3
5#4FF0B2
6#72F3C1
7#95F6D1
8#B9F9E0
9#DCFCF0
Tones
Muted variations
1#10704B
2#156B4A
3#1A6548
4#206047
5#255B46
6#2A5545
7#305043
8#354A42
9#3A4541
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6D0 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1B7 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CE86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA46B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A754C | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B31 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FEF9;
--sea-green-100: #DEFCF1;
--sea-green-200: #C2FAE4;
--sea-green-300: #93F6D0;
--sea-green-400: #5BF1B7;
--sea-green-500: #2CEDA3;
--sea-green-600: #12CE86;
--sea-green-700: #0EA46B;
--sea-green-800: #0A754C;
--sea-green-900: #074B31;
--sea-green-950: #042F1E;
}