Sea Green
#0B7555
GreenColor Codes
All color formats for development
HEX
#0B7555RGB
rgb(11, 117, 85)HSL
hsl(162, 83%, 25%)OKLCH
oklch(0.5 0.102 165.4)CMYK
cmyk(91%, 0%, 27%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A694C
2#095D44
3#08523B
4#074633
5#053A2A
6#042F22
7#032319
8#021711
9#010C08
Tints
Lighter variations
1#0E986E
2#11BB88
3#15DEA1
4#2DEBB2
5#50EFBF
6#73F2CC
7#96F5D9
8#B9F8E5
9#DCFCF2
Tones
Muted variations
1#106F53
2#156A51
3#1B654F
4#205F4C
5#255A4A
6#2B5548
7#305046
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 #DEFCF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5D8 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0C3 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA377 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7555 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B36 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FEFA;
--sea-green-100: #DEFCF3;
--sea-green-200: #C2F9E9;
--sea-green-300: #94F5D8;
--sea-green-400: #5CF0C3;
--sea-green-500: #2DEBB2;
--sea-green-600: #13CD95;
--sea-green-700: #0FA377;
--sea-green-800: #0B7555;
--sea-green-900: #074B36;
--sea-green-950: #042F22;
}