Sea Green
#416C71
CyanColor Codes
All color formats for development
HEX
#416C71RGB
rgb(65, 108, 113)HSL
hsl(186, 27%, 35%)OKLCH
oklch(0.502 0.048 205.2)CMYK
cmyk(42%, 4%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B6266
2#34575B
3#2E4C4F
4#274144
5#213639
6#1A2B2D
7#142122
8#0D1617
9#070B0B
Tints
Lighter variations
1#4D8186
2#59959B
3#6CA4AA
4#81B1B6
5#96BEC3
6#ABCBCF
7#C0D8DB
8#D5E5E7
9#EAF2F3
Tones
Muted variations
1#446B6F
2#46696D
3#48676A
4#4B6568
5#4D6365
6#506163
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 | D5E5 #D5E5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5D1 #B5D1D4 | BordersInactive statesPlaceholder text |
| 400 | 8EB9 #8EB9BE | Disabled statesSecondary iconsMuted text |
| 500 | 6DA5 #6DA5AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5288 #52888E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 416D #416D71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F4E #2F4E51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E32 #1E3234 | 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: #D5E5E7;
--sea-green-300: #B5D1D4;
--sea-green-400: #8EB9BE;
--sea-green-500: #6DA5AB;
--sea-green-600: #52888E;
--sea-green-700: #416D71;
--sea-green-800: #2F4E51;
--sea-green-900: #1E3234;
--sea-green-950: #131F20;
}