Sea Green
#0B7551
GreenColor Codes
All color formats for development
HEX
#0B7551RGB
rgb(11, 117, 81)HSL
hsl(160, 83%, 25%)OKLCH
oklch(0.499 0.105 162.8)CMYK
cmyk(91%, 0%, 31%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A6949
2#095D41
3#085239
4#074631
5#053A29
6#042F21
7#032318
8#021710
9#010C08
Tints
Lighter variations
1#0E986A
2#11BB82
3#15DE9B
4#2DEBAC
5#50EFBA
6#73F2C8
7#96F5D5
8#B9F8E3
9#DCFCF1
Tones
Muted variations
1#106F50
2#156A4E
3#1B654C
4#205F4A
5#255A49
6#2B5547
7#305045
8#354A43
9#3A4542
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5D5 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0BE | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD8F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA372 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7551 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B34 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FEF9;
--sea-green-100: #DEFCF2;
--sea-green-200: #C2F9E7;
--sea-green-300: #94F5D5;
--sea-green-400: #5CF0BE;
--sea-green-500: #2DEBAC;
--sea-green-600: #13CD8F;
--sea-green-700: #0FA372;
--sea-green-800: #0B7551;
--sea-green-900: #074B34;
--sea-green-950: #042F21;
}