Sea Green
#416B71
CyanColor Codes
All color formats for development
HEX
#416B71RGB
rgb(65, 107, 113)HSL
hsl(188, 27%, 35%)OKLCH
oklch(0.499 0.048 207.3)CMYK
cmyk(42%, 5%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B6066
2#34565B
3#2E4B4F
4#274044
5#213539
6#1A2B2D
7#142022
8#0D1517
9#070B0B
Tints
Lighter variations
1#4D7F86
2#59939B
3#6CA2AA
4#81AFB6
5#96BDC3
6#ABCACF
7#C0D7DB
8#D5E4E7
9#EAF2F3
Tones
Muted variations
1#44696F
2#46676D
3#48666A
4#4B6468
5#4D6265
6#506063
7#525F60
8#545D5E
9#575B5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F1 #E8F1F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E4 #D5E4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5D0 #B5D0D4 | BordersInactive statesPlaceholder text |
| 400 | 8EB7 #8EB7BE | Disabled statesSecondary iconsMuted text |
| 500 | 6DA3 #6DA3AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5286 #52868E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 416B #416B71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F4C #2F4C51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E31 #1E3134 | Primary textHigh emphasis contentDark headings |
| 950 | 131F #131F20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F5F9F9;
--sea-green-100: #E8F1F2;
--sea-green-200: #D5E4E7;
--sea-green-300: #B5D0D4;
--sea-green-400: #8EB7BE;
--sea-green-500: #6DA3AB;
--sea-green-600: #52868E;
--sea-green-700: #416B71;
--sea-green-800: #2F4C51;
--sea-green-900: #1E3134;
--sea-green-950: #131F20;
}