Sea Green
#416871
CyanColor Codes
All color formats for development
HEX
#416871RGB
rgb(65, 104, 113)HSL
hsl(191, 27%, 35%)OKLCH
oklch(0.492 0.046 213.9)CMYK
cmyk(42%, 8%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B5E66
2#34545B
3#2E494F
4#273F44
5#213439
6#1A2A2D
7#141F22
8#0D1517
9#070A0B
Tints
Lighter variations
1#4D7C86
2#598F9B
3#6C9FAA
4#81ADB6
5#96BAC3
6#ABC8CF
7#C0D6DB
8#D5E4E7
9#EAF1F3
Tones
Muted variations
1#44676F
2#46656D
3#48646A
4#4B6268
5#4D6165
6#505F63
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 | B5CE #B5CED4 | BordersInactive statesPlaceholder text |
| 400 | 8EB5 #8EB5BE | Disabled statesSecondary iconsMuted text |
| 500 | 6DA0 #6DA0AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5283 #52838E | 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: #B5CED4;
--sea-green-400: #8EB5BE;
--sea-green-500: #6DA0AB;
--sea-green-600: #52838E;
--sea-green-700: #416971;
--sea-green-800: #2F4B51;
--sea-green-900: #1E3034;
--sea-green-950: #131E20;
}