Sea Green
#0BA866
GreenColor Codes
All color formats for development
HEX
#0BA866RGB
rgb(11, 168, 102)HSL
hsl(155, 88%, 35%)OKLCH
oklch(0.644 0.152 156.7)CMYK
cmyk(93%, 0%, 39%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A975C
2#098652
3#077548
4#06653D
5#055433
6#044329
7#03321F
8#022214
9#01110A
Tints
Lighter variations
1#0DC779
2#0FE68C
3#25F19C
4#44F3AA
5#63F5B8
6#82F7C6
7#A2F9D5
8#C1FBE3
9#E0FDF1
Tones
Muted variations
1#13A065
2#1A9864
3#229062
4#2A8861
5#328160
6#3A795E
7#42715D
8#4A695C
9#51615B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8CD | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4B3 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F19D | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD381 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA866 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087849 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D2F | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FEF8;
--sea-green-100: #DDFDF0;
--sea-green-200: #C1FBE3;
--sea-green-300: #91F8CD;
--sea-green-400: #57F4B3;
--sea-green-500: #27F19D;
--sea-green-600: #0DD381;
--sea-green-700: #0BA866;
--sea-green-800: #087849;
--sea-green-900: #054D2F;
--sea-green-950: #03301D;
}