Sea Green
#278B53
GreenColor Codes
All color formats for development
HEX
#278B53RGB
rgb(39, 139, 83)HSL
hsl(146, 56%, 35%)OKLCH
oklch(0.566 0.125 154.2)CMYK
cmyk(72%, 0%, 40%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237D4A
2#1F6F42
3#1B613A
4#185432
5#144629
6#103821
7#0C2A19
8#081C11
9#040E08
Tints
Lighter variations
1#2FA562
2#36BF71
3#4ACC82
4#64D394
5#7EDBA6
6#98E2B8
7#B1E9CA
8#CBF0DB
9#E5F8ED
Tones
Muted variations
1#2C8653
2#318154
3#367C55
4#3B7755
5#407256
6#456D57
7#4A6857
8#4F6358
9#545E59
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0DB | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5C0 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D89F | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD84 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF68 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B53 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C633B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124026 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2818 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF7;
--sea-green-100: #E3F7EC;
--sea-green-200: #CBF0DB;
--sea-green-300: #A4E5C0;
--sea-green-400: #74D89F;
--sea-green-500: #4CCD84;
--sea-green-600: #31AF68;
--sea-green-700: #278B53;
--sea-green-800: #1C633B;
--sea-green-900: #124026;
--sea-green-950: #0B2818;
}