Sea Green
#248F79
CyanColor Codes
All color formats for development
HEX
#248F79RGB
rgb(36, 143, 121)HSL
hsl(168, 60%, 35%)OKLCH
oklch(0.586 0.1 175.4)CMYK
cmyk(75%, 0%, 15%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20816D
2#1D7261
3#196455
4#155649
5#12473D
6#0E3931
7#0B2B24
8#071D18
9#040E0C
Tints
Lighter variations
1#2AA990
2#31C4A6
3#45D1B5
4#60D7BF
5#7ADECA
6#95E4D5
7#AFEBDF
8#CAF2EA
9#E4F8F4
Tones
Muted variations
1#298976
2#2E8473
3#347F70
4#39796D
5#3E7469
6#446F66
7#496963
8#4F6460
9#545F5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2EA | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D9 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBC6 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D1B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB499 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6657 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104137 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2923 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCFA;
--sea-green-100: #E2F8F4;
--sea-green-200: #CAF2EA;
--sea-green-300: #A1E8D9;
--sea-green-400: #70DBC6;
--sea-green-500: #47D1B6;
--sea-green-600: #2DB499;
--sea-green-700: #248F79;
--sea-green-800: #1A6657;
--sea-green-900: #104137;
--sea-green-950: #0A2923;
}