Sea Green
#239074
CyanColor Codes
All color formats for development
HEX
#239074RGB
rgb(35, 144, 116)HSL
hsl(165, 61%, 35%)OKLCH
oklch(0.587 0.105 171.1)CMYK
cmyk(76%, 0%, 19%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F8169
2#1C735D
3#186552
4#155646
5#11483A
6#0E392F
7#0A2B23
8#071D17
9#030E0C
Tints
Lighter variations
1#29AA8A
2#30C5A0
3#44D2AE
4#5FD8BA
5#7ADFC5
6#94E5D1
7#AFECDC
8#CAF2E8
9#E4F9F3
Tones
Muted variations
1#288A72
2#2E856F
3#337F6C
4#397A6A
5#3E7467
6#436F64
7#496A61
8#4E645F
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 #A1E8D6 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCC1 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2AF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB592 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239074 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196753 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104235 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2921 | 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: #A1E8D6;
--sea-green-400: #6FDCC1;
--sea-green-500: #46D2AF;
--sea-green-600: #2CB592;
--sea-green-700: #239074;
--sea-green-800: #196753;
--sea-green-900: #104235;
--sea-green-950: #0A2921;
}