Sea Green
#0BA864
GreenColor Codes
All color formats for development
HEX
#0BA864RGB
rgb(11, 168, 100)HSL
hsl(154, 88%, 35%)OKLCH
oklch(0.644 0.154 156)CMYK
cmyk(93%, 0%, 40%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A975A
2#098650
3#077546
4#06653C
5#055432
6#044328
7#03321E
8#022214
9#01110A
Tints
Lighter variations
1#0DC776
2#0FE689
3#25F199
4#44F3A7
5#63F5B6
6#82F7C4
7#A2F9D3
8#C1FBE2
9#E0FDF0
Tones
Muted variations
1#13A063
2#1A9862
3#229061
4#2A8860
5#32815E
6#3A795D
7#42715C
8#4A695B
9#51615A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8CB | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4B0 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F19A | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD37D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA864 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087847 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D2E | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FEF8;
--sea-green-100: #DDFDEF;
--sea-green-200: #C1FBE2;
--sea-green-300: #91F8CB;
--sea-green-400: #57F4B0;
--sea-green-500: #27F19A;
--sea-green-600: #0DD37D;
--sea-green-700: #0BA864;
--sea-green-800: #087847;
--sea-green-900: #054D2E;
--sea-green-950: #03301C;
}