Sea Green
#416971
CyanColor Codes
All color formats for development
HEX
#416971RGB
rgb(65, 105, 113)HSL
hsl(190, 27%, 35%)OKLCH
oklch(0.494 0.047 211.6)CMYK
cmyk(42%, 7%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B5F66
2#34545B
3#2E4A4F
4#273F44
5#213539
6#1A2A2D
7#142022
8#0D1517
9#070B0B
Tints
Lighter variations
1#4D7D86
2#59909B
3#6CA0AA
4#81ADB6
5#96BBC3
6#ABC9CF
7#C0D6DB
8#D5E4E7
9#EAF1F3
Tones
Muted variations
1#44686F
2#46666D
3#48646A
4#4B6368
5#4D6165
6#506063
7#525E60
8#545C5E
9#575B5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F0 #E8F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E4 #D5E4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CF #B5CFD4 | BordersInactive statesPlaceholder text |
| 400 | 8EB6 #8EB6BE | Disabled statesSecondary iconsMuted text |
| 500 | 6DA1 #6DA1AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5284 #52848E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4169 #416971 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F4B #2F4B51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E30 #1E3034 | Primary textHigh emphasis contentDark headings |
| 950 | 131E #131E20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F5F9F9;
--sea-green-100: #E8F0F2;
--sea-green-200: #D5E4E7;
--sea-green-300: #B5CFD4;
--sea-green-400: #8EB6BE;
--sea-green-500: #6DA1AB;
--sea-green-600: #52848E;
--sea-green-700: #416971;
--sea-green-800: #2F4B51;
--sea-green-900: #1E3034;
--sea-green-950: #131E20;
}