Sea Green
#0DA566
GreenColor Codes
All color formats for development
HEX
#0DA566RGB
rgb(13, 165, 102)HSL
hsl(155, 85%, 35%)OKLCH
oklch(0.637 0.148 157.3)CMYK
cmyk(92%, 0%, 38%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C955C
2#0B8452
3#097447
4#08633D
5#075333
6#054229
7#04321F
8#032114
9#01110A
Tints
Lighter variations
1#10C479
2#12E28C
3#28EE9B
4#47F0AA
5#66F3B8
6#84F5C6
7#A3F8D4
8#C2FAE3
9#E0FDF1
Tones
Muted variations
1#159E65
2#1D9663
3#248E62
4#2C8761
5#337F60
6#3B785E
7#42705D
8#4A685C
9#52615B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6CD | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2B2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEE9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D080 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA566 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7649 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B2F | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FEF8;
--sea-green-100: #DEFCF0;
--sea-green-200: #C2FAE3;
--sea-green-300: #92F6CD;
--sea-green-400: #5AF2B2;
--sea-green-500: #2BEE9D;
--sea-green-600: #11D080;
--sea-green-700: #0DA566;
--sea-green-800: #0A7649;
--sea-green-900: #064B2F;
--sea-green-950: #042F1D;
}