Sea Green
#0DA568
GreenColor Codes
All color formats for development
HEX
#0DA568RGB
rgb(13, 165, 104)HSL
hsl(156, 85%, 35%)OKLCH
oklch(0.637 0.146 158.1)CMYK
cmyk(92%, 0%, 37%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C955E
2#0B8454
3#097449
4#08633F
5#075334
6#05422A
7#04321F
8#032115
9#01110A
Tints
Lighter variations
1#10C47C
2#12E28F
3#28EE9F
4#47F0AC
5#66F3BA
6#84F5C8
7#A3F8D6
8#C2FAE3
9#E0FDF1
Tones
Muted variations
1#159E67
2#1D9665
3#248E64
4#2C8762
5#337F61
6#3B785F
7#42705E
8#4A685C
9#52615B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6CE | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2B5 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEA0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D083 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA568 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A764B | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B30 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FEF9;
--sea-green-100: #DEFCF0;
--sea-green-200: #C2FAE3;
--sea-green-300: #92F6CE;
--sea-green-400: #5AF2B5;
--sea-green-500: #2BEEA0;
--sea-green-600: #11D083;
--sea-green-700: #0DA568;
--sea-green-800: #0A764B;
--sea-green-900: #064B30;
--sea-green-950: #042F1E;
}