Sea Green
#416E71
CyanColor Codes
All color formats for development
HEX
#416E71RGB
rgb(65, 110, 113)HSL
hsl(184, 27%, 35%)OKLCH
oklch(0.507 0.05 201.2)CMYK
cmyk(42%, 3%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B6366
2#34585B
3#2E4D4F
4#274244
5#213739
6#1A2C2D
7#142122
8#0D1617
9#070B0B
Tints
Lighter variations
1#4D8386
2#59979B
3#6CA6AA
4#81B3B6
5#96C0C3
6#ABCCCF
7#C0D9DB
8#D5E6E7
9#EAF2F3
Tones
Muted variations
1#446C6F
2#466A6D
3#48686A
4#4B6668
5#4D6465
6#506263
7#526060
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 | D5E6 #D5E6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5D2 #B5D2D4 | BordersInactive statesPlaceholder text |
| 400 | 8EBB #8EBBBE | Disabled statesSecondary iconsMuted text |
| 500 | 6DA7 #6DA7AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 528A #528A8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 416E #416E71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F4F #2F4F51 | 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: #D5E6E7;
--sea-green-300: #B5D2D4;
--sea-green-400: #8EBBBE;
--sea-green-500: #6DA7AB;
--sea-green-600: #528A8E;
--sea-green-700: #416E71;
--sea-green-800: #2F4F51;
--sea-green-900: #1E3234;
--sea-green-950: #131F20;
}