Sea Green
#0BA85E
GreenColor Codes
All color formats for development
HEX
#0BA85ERGB
rgb(11, 168, 94)HSL
hsl(152, 88%, 35%)OKLCH
oklch(0.643 0.16 154.1)CMYK
cmyk(93%, 0%, 44%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A9755
2#09864C
3#077542
4#066539
5#05542F
6#044326
7#03321C
8#022213
9#011109
Tints
Lighter variations
1#0DC770
2#0FE682
3#25F192
4#44F3A1
5#63F5B1
6#82F7C1
7#A2F9D0
8#C1FBE0
9#E0FDEF
Tones
Muted variations
1#13A05E
2#1A985D
3#22905D
4#2A885C
5#32815C
6#3A795B
7#42715B
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 #C1FBE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8C8 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4AB | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F193 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD377 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA85E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087843 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D2B | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301B | 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: #C1FBE0;
--sea-green-300: #91F8C8;
--sea-green-400: #57F4AB;
--sea-green-500: #27F193;
--sea-green-600: #0DD377;
--sea-green-700: #0BA85E;
--sea-green-800: #087843;
--sea-green-900: #054D2B;
--sea-green-950: #03301B;
}