Sea Green
#248F76
CyanColor Codes
All color formats for development
HEX
#248F76RGB
rgb(36, 143, 118)HSL
hsl(166, 60%, 35%)OKLCH
oklch(0.585 0.102 173.1)CMYK
cmyk(75%, 0%, 17%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20816A
2#1D725E
3#196452
4#155647
5#12473B
6#0E392F
7#0B2B23
8#071D18
9#040E0C
Tints
Lighter variations
1#2AA98C
2#31C4A2
3#45D1B0
4#60D7BB
5#7ADEC7
6#95E4D2
7#AFEBDD
8#CAF2E8
9#E4F8F4
Tones
Muted variations
1#298973
2#2E8470
3#347F6D
4#39796A
5#3E7468
6#446F65
7#496962
8#4F645F
9#545F5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D7 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBC2 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D1B1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB494 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F76 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6654 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104136 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2922 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCFA;
--sea-green-100: #E2F8F3;
--sea-green-200: #CAF2E8;
--sea-green-300: #A1E8D7;
--sea-green-400: #70DBC2;
--sea-green-500: #47D1B1;
--sea-green-600: #2DB494;
--sea-green-700: #248F76;
--sea-green-800: #1A6654;
--sea-green-900: #104136;
--sea-green-950: #0A2922;
}