Sea Green
#0FA35E
GreenColor Codes
All color formats for development
HEX
#0FA35ERGB
rgb(15, 163, 94)HSL
hsl(152, 83%, 35%)OKLCH
oklch(0.63 0.153 154.9)CMYK
cmyk(91%, 0%, 42%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E9355
2#0C834B
3#0B7242
4#096239
5#08522F
6#064126
7#05311C
8#032113
9#021009
Tints
Lighter variations
1#12C270
2#15E081
3#2BEB91
4#49EEA1
5#67F1B1
6#86F4C0
7#A4F7D0
8#C2F9E0
9#E1FCEF
Tones
Muted variations
1#179C5E
2#1E955D
3#258D5D
4#2D865C
5#347E5C
6#3C775B
7#436F5B
8#4A685A
9#52615A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5C8 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0AB | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEB93 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD76 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA35E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7543 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B2B | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FEF8;
--sea-green-100: #DEFCEE;
--sea-green-200: #C2F9E0;
--sea-green-300: #94F5C8;
--sea-green-400: #5CF0AB;
--sea-green-500: #2DEB93;
--sea-green-600: #13CD76;
--sea-green-700: #0FA35E;
--sea-green-800: #0B7543;
--sea-green-900: #074B2B;
--sea-green-950: #042F1B;
}