Sea Green
#0DA563
GreenColor Codes
All color formats for development
HEX
#0DA563RGB
rgb(13, 165, 99)HSL
hsl(154, 85%, 35%)OKLCH
oklch(0.636 0.151 156.2)CMYK
cmyk(92%, 0%, 40%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C9559
2#0B844F
3#097446
4#08633C
5#075332
6#054228
7#04321E
8#032114
9#01110A
Tints
Lighter variations
1#10C476
2#12E288
3#28EE98
4#47F0A7
5#66F3B6
6#84F5C4
7#A3F8D3
8#C2FAE2
9#E0FDF0
Tones
Muted variations
1#159E62
2#1D9661
3#248E60
4#2C875F
5#337F5E
6#3B785D
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 #C2FAE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6CB | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2B0 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEE99 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D07D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA563 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7647 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B2D | 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: #C2FAE2;
--sea-green-300: #92F6CB;
--sea-green-400: #5AF2B0;
--sea-green-500: #2BEE99;
--sea-green-600: #11D07D;
--sea-green-700: #0DA563;
--sea-green-800: #0A7647;
--sea-green-900: #064B2D;
--sea-green-950: #042F1C;
}