Sea Green
#0B7448
GreenColor Codes
All color formats for development
HEX
#0B7448RGB
rgb(11, 116, 72)HSL
hsl(155, 83%, 25%)OKLCH
oklch(0.494 0.112 157.9)CMYK
cmyk(91%, 0%, 38%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A6941
2#095D3A
3#085233
4#07462C
5#053A24
6#042F1D
7#032316
8#02170F
9#010C07
Tints
Lighter variations
1#0E985E
2#11BB74
3#15DE8A
4#2DEB9C
5#50EFAD
6#73F2BD
7#96F5CE
8#B9F8DE
9#DCFCEF
Tones
Muted variations
1#106F48
2#156A47
3#1B6546
4#205F45
5#255A44
6#2B5543
7#305042
8#354A42
9#3A4541
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5CC | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0B2 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEB9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA366 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7549 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B2E | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FEF8;
--sea-green-100: #DEFCF0;
--sea-green-200: #C2F9E2;
--sea-green-300: #94F5CC;
--sea-green-400: #5CF0B2;
--sea-green-500: #2DEB9C;
--sea-green-600: #13CD80;
--sea-green-700: #0FA366;
--sea-green-800: #0B7549;
--sea-green-900: #074B2E;
--sea-green-950: #042F1D;
}