Sea Green
#0B754C
GreenColor Codes
All color formats for development
HEX
#0B754CRGB
rgb(11, 117, 76)HSL
hsl(157, 83%, 25%)OKLCH
oklch(0.498 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#0A6944
2#095D3D
3#085235
4#07462E
5#053A26
6#042F1E
7#032317
8#02170F
9#010C08
Tints
Lighter variations
1#0E9863
2#11BB7A
3#15DE91
4#2DEBA2
5#50EFB2
6#73F2C1
7#96F5D1
8#B9F8E0
9#DCFCF0
Tones
Muted variations
1#106F4B
2#156A4A
3#1B6548
4#205F47
5#255A46
6#2B5545
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 | C2F9 #C2F9E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5D0 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0B7 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA36B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B754C | 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: #C2F9E4;
--sea-green-300: #94F5D0;
--sea-green-400: #5CF0B7;
--sea-green-500: #2DEBA2;
--sea-green-600: #13CD86;
--sea-green-700: #0FA36B;
--sea-green-800: #0B754C;
--sea-green-900: #074B31;
--sea-green-950: #042F1E;
}