Sea Green
#0BA85C
GreenColor Codes
All color formats for development
HEX
#0BA85CRGB
rgb(11, 168, 92)HSL
hsl(151, 88%, 35%)OKLCH
oklch(0.643 0.161 153.5)CMYK
cmyk(93%, 0%, 45%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A9753
2#098649
3#077540
4#066537
5#05542E
6#044325
7#03321C
8#022212
9#011109
Tints
Lighter variations
1#0DC76D
2#0FE67E
3#25F18E
4#44F39E
5#63F5AF
6#82F7BF
7#A2F9CF
8#C1FBDF
9#E0FDEF
Tones
Muted variations
1#13A05C
2#1A985B
3#22905B
4#2A885B
5#32815B
6#3A795A
7#42715A
8#4A695A
9#51615A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBDF | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8C6 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4A8 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F190 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD373 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA85C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087842 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D2A | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FEF8;
--sea-green-100: #DDFDEE;
--sea-green-200: #C1FBDF;
--sea-green-300: #91F8C6;
--sea-green-400: #57F4A8;
--sea-green-500: #27F190;
--sea-green-600: #0DD373;
--sea-green-700: #0BA85C;
--sea-green-800: #087842;
--sea-green-900: #054D2A;
--sea-green-950: #03301A;
}