Sea Green
#416D71
CyanColor Codes
All color formats for development
HEX
#416D71RGB
rgb(65, 109, 113)HSL
hsl(185, 27%, 35%)OKLCH
oklch(0.504 0.049 203.1)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#2E4D4F
4#274244
5#213739
6#1A2C2D
7#142122
8#0D1617
9#070B0B
Tints
Lighter variations
1#4D8286
2#59969B
3#6CA5AA
4#81B2B6
5#96BFC3
6#ABCCCF
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 | B5D2 #B5D2D4 | BordersInactive statesPlaceholder text |
| 400 | 8EBA #8EBABE | Disabled statesSecondary iconsMuted text |
| 500 | 6DA6 #6DA6AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5289 #52898E | 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: #B5D2D4;
--sea-green-400: #8EBABE;
--sea-green-500: #6DA6AB;
--sea-green-600: #52898E;
--sea-green-700: #416D71;
--sea-green-800: #2F4E51;
--sea-green-900: #1E3234;
--sea-green-950: #131F20;
}