Sea Green
#248F68
GreenColor Codes
All color formats for development
HEX
#248F68RGB
rgb(36, 143, 104)HSL
hsl(158, 60%, 35%)OKLCH
oklch(0.581 0.112 163.7)CMYK
cmyk(75%, 0%, 27%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20815D
2#1D7253
3#196448
4#15563E
5#124734
6#0E3929
7#0B2B1F
8#071D15
9#040E0A
Tints
Lighter variations
1#2AA97B
2#31C48E
3#45D19E
4#60D7AB
5#7ADEB9
6#95E4C7
7#AFEBD5
8#CAF2E3
9#E4F8F1
Tones
Muted variations
1#298966
2#2E8465
3#347F63
4#397962
5#3E7460
6#446F5F
7#49695E
8#4F645C
9#545F5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8CE | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBB4 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D19F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB482 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A664A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #10412F | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF9;
--sea-green-100: #E2F8F0;
--sea-green-200: #CAF2E3;
--sea-green-300: #A1E8CE;
--sea-green-400: #70DBB4;
--sea-green-500: #47D19F;
--sea-green-600: #2DB482;
--sea-green-700: #248F68;
--sea-green-800: #1A664A;
--sea-green-900: #10412F;
--sea-green-950: #0A291E;
}