Sea Green
#0CA75E
GreenColor Codes
All color formats for development
HEX
#0CA75ERGB
rgb(12, 167, 94)HSL
hsl(152, 87%, 35%)OKLCH
oklch(0.64 0.158 154.3)CMYK
cmyk(93%, 0%, 44%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A9655
2#09864C
3#087542
4#076439
5#06532F
6#054326
7#03321C
8#022113
9#011109
Tints
Lighter variations
1#0EC670
2#10E581
3#26F092
4#45F2A1
5#64F4B1
6#83F6C1
7#A2F9D0
8#C1FBE0
9#E0FDEF
Tones
Muted variations
1#139F5E
2#1B975D
3#23905D
4#2B885C
5#32805C
6#3A785B
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 | DEFD #DEFDEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F7 #91F7C8 | BordersInactive statesPlaceholder text |
| 400 | 58F3 #58F3AB | Disabled statesSecondary iconsMuted text |
| 500 | 28F0 #28F093 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FD2 #0FD277 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA7 #0CA75E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0877 #087743 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054C #054C2B | 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: #DEFDEE;
--sea-green-200: #C1FBE0;
--sea-green-300: #91F7C8;
--sea-green-400: #58F3AB;
--sea-green-500: #28F093;
--sea-green-600: #0FD277;
--sea-green-700: #0CA75E;
--sea-green-800: #087743;
--sea-green-900: #054C2B;
--sea-green-950: #03301B;
}