Sea Green
#416771
CyanColor Codes
All color formats for development
HEX
#416771RGB
rgb(65, 103, 113)HSL
hsl(193, 27%, 35%)OKLCH
oklch(0.489 0.046 216.2)CMYK
cmyk(42%, 9%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B5D66
2#34525B
3#2E484F
4#273E44
5#213339
6#1A292D
7#141F22
8#0D1517
9#070A0B
Tints
Lighter variations
1#4D7A86
2#598D9B
3#6C9DAA
4#81ABB6
5#96B9C3
6#ABC7CF
7#C0D5DB
8#D5E3E7
9#EAF1F3
Tones
Muted variations
1#44666F
2#46646D
3#48636A
4#4B6168
5#4D6065
6#505F63
7#525D60
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 | D5E3 #D5E3E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CD #B5CDD4 | BordersInactive statesPlaceholder text |
| 400 | 8EB3 #8EB3BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D9E #6D9EAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5281 #52818E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4167 #416771 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F4A #2F4A51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2F #1E2F34 | Primary textHigh emphasis contentDark headings |
| 950 | 131D #131D20 | 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: #D5E3E7;
--sea-green-300: #B5CDD4;
--sea-green-400: #8EB3BE;
--sea-green-500: #6D9EAB;
--sea-green-600: #52818E;
--sea-green-700: #416771;
--sea-green-800: #2F4A51;
--sea-green-900: #1E2F34;
--sea-green-950: #131D20;
}