Sea Green
#417171
CyanColor Codes
All color formats for development
HEX
#417171RGB
rgb(65, 113, 113)HSL
hsl(180, 27%, 35%)OKLCH
oklch(0.515 0.052 195.6)CMYK
cmyk(42%, 0%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B6666
2#345B5B
3#2E4F4F
4#274444
5#213939
6#1A2D2D
7#142222
8#0D1717
9#070B0B
Tints
Lighter variations
1#4D8686
2#599B9B
3#6CAAAA
4#81B6B6
5#96C3C3
6#ABCFCF
7#C0DBDB
8#D5E7E7
9#EAF3F3
Tones
Muted variations
1#446F6F
2#466D6D
3#486A6A
4#4B6868
5#4D6565
6#506363
7#526060
8#545E5E
9#575C5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F2 #E8F2F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E7 #D5E7E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5D4 #B5D4D4 | BordersInactive statesPlaceholder text |
| 400 | 8EBE #8EBEBE | Disabled statesSecondary iconsMuted text |
| 500 | 6DAB #6DABAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 528E #528E8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4171 #417171 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F51 #2F5151 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E34 #1E3434 | Primary textHigh emphasis contentDark headings |
| 950 | 1320 #132020 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F5F9F9;
--sea-green-100: #E8F2F2;
--sea-green-200: #D5E7E7;
--sea-green-300: #B5D4D4;
--sea-green-400: #8EBEBE;
--sea-green-500: #6DABAB;
--sea-green-600: #528E8E;
--sea-green-700: #417171;
--sea-green-800: #2F5151;
--sea-green-900: #1E3434;
--sea-green-950: #132020;
}