Sea Green
#0DA561
GreenColor Codes
All color formats for development
HEX
#0DA561RGB
rgb(13, 165, 97)HSL
hsl(153, 85%, 35%)OKLCH
oklch(0.636 0.153 155.6)CMYK
cmyk(92%, 0%, 41%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C9557
2#0B844D
3#097444
4#08633A
5#075330
6#054227
7#04321D
8#032113
9#01110A
Tints
Lighter variations
1#10C473
2#12E285
3#28EE95
4#47F0A4
5#66F3B3
6#84F5C2
7#A3F8D2
8#C2FAE1
9#E0FDF0
Tones
Muted variations
1#159E60
2#1D965F
3#248E5F
4#2C875E
5#337F5D
6#3B785C
7#42705C
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 | C2FA #C2FAE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6C9 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2AD | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEE96 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D07A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA561 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7645 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B2C | 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: #C2FAE1;
--sea-green-300: #92F6C9;
--sea-green-400: #5AF2AD;
--sea-green-500: #2BEE96;
--sea-green-600: #11D07A;
--sea-green-700: #0DA561;
--sea-green-800: #0A7645;
--sea-green-900: #064B2C;
--sea-green-950: #042F1C;
}