Sea Green
#0B754A
GreenColor Codes
All color formats for development
HEX
#0B754ARGB
rgb(11, 117, 74)HSL
hsl(156, 83%, 25%)OKLCH
oklch(0.497 0.112 158.7)CMYK
cmyk(91%, 0%, 37%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A6943
2#095D3B
3#085234
4#07462D
5#053A25
6#042F1E
7#032316
8#02170F
9#010C07
Tints
Lighter variations
1#0E9861
2#11BB77
3#15DE8D
4#2DEB9F
5#50EFAF
6#73F2BF
7#96F5CF
8#B9F8DF
9#DCFCEF
Tones
Muted variations
1#106F49
2#156A48
3#1B6547
4#205F46
5#255A45
6#2B5544
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 #DEFCF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5CE | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0B5 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEB9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA368 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B754A | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B30 | 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: #DEFCF0;
--sea-green-200: #C2F9E3;
--sea-green-300: #94F5CE;
--sea-green-400: #5CF0B5;
--sea-green-500: #2DEB9F;
--sea-green-600: #13CD83;
--sea-green-700: #0FA368;
--sea-green-800: #0B754A;
--sea-green-900: #074B30;
--sea-green-950: #042F1E;
}