Sea Green
#0FA361
GreenColor Codes
All color formats for development
HEX
#0FA361RGB
rgb(15, 163, 97)HSL
hsl(153, 83%, 35%)OKLCH
oklch(0.63 0.15 155.9)CMYK
cmyk(91%, 0%, 40%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E9357
2#0C834D
3#0B7244
4#09623A
5#085230
6#064127
7#05311D
8#032113
9#02100A
Tints
Lighter variations
1#12C273
2#15E085
3#2BEB95
4#49EEA4
5#67F1B3
6#86F4C2
7#A4F7D1
8#C2F9E1
9#E1FCF0
Tones
Muted variations
1#179C60
2#1E955F
3#258D5E
4#2D865E
5#347E5D
6#3C775C
7#436F5B
8#4A685B
9#52615A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5C9 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0AD | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEB96 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD7A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA361 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7545 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B2C | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FEF8;
--sea-green-100: #DEFCEF;
--sea-green-200: #C2F9E1;
--sea-green-300: #94F5C9;
--sea-green-400: #5CF0AD;
--sea-green-500: #2DEB96;
--sea-green-600: #13CD7A;
--sea-green-700: #0FA361;
--sea-green-800: #0B7545;
--sea-green-900: #074B2C;
--sea-green-950: #042F1C;
}