Sea Green
#0B7557
GreenColor Codes
All color formats for development
HEX
#0B7557RGB
rgb(11, 117, 87)HSL
hsl(163, 83%, 25%)OKLCH
oklch(0.5 0.1 166.9)CMYK
cmyk(91%, 0%, 26%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A694E
2#095D45
3#08523D
4#074634
5#053A2B
6#042F23
7#03231A
8#021711
9#010C09
Tints
Lighter variations
1#0E9871
2#11BB8B
3#15DEA5
4#2DEBB6
5#50EFC2
6#73F2CE
7#96F5DA
8#B9F8E7
9#DCFCF3
Tones
Muted variations
1#106F54
2#156A52
3#1B6550
4#205F4E
5#255A4B
6#2B5549
7#305047
8#354A44
9#3A4542
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5D9 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0C6 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA379 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7557 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B37 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FEFA;
--sea-green-100: #DEFCF4;
--sea-green-200: #C2F9EA;
--sea-green-300: #94F5D9;
--sea-green-400: #5CF0C6;
--sea-green-500: #2DEBB6;
--sea-green-600: #13CD99;
--sea-green-700: #0FA379;
--sea-green-800: #0B7557;
--sea-green-900: #074B37;
--sea-green-950: #042F23;
}