Sea Green
#416F71
CyanColor Codes
All color formats for development
HEX
#416F71RGB
rgb(65, 111, 113)HSL
hsl(183, 27%, 35%)OKLCH
oklch(0.51 0.051 199.3)CMYK
cmyk(42%, 2%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B6466
2#34595B
3#2E4E4F
4#274344
5#213739
6#1A2C2D
7#142122
8#0D1617
9#070B0B
Tints
Lighter variations
1#4D8486
2#59989B
3#6CA7AA
4#81B4B6
5#96C0C3
6#ABCDCF
7#C0D9DB
8#D5E6E7
9#EAF2F3
Tones
Muted variations
1#446D6F
2#466B6D
3#48686A
4#4B6668
5#4D6465
6#506263
7#526060
8#545E5E
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 | B5D3 #B5D3D4 | BordersInactive statesPlaceholder text |
| 400 | 8EBB #8EBBBE | Disabled statesSecondary iconsMuted text |
| 500 | 6DA8 #6DA8AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 528B #528B8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 416F #416F71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F4F #2F4F51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E33 #1E3334 | Primary textHigh emphasis contentDark headings |
| 950 | 1320 #132020 | 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: #B5D3D4;
--sea-green-400: #8EBBBE;
--sea-green-500: #6DA8AB;
--sea-green-600: #528B8E;
--sea-green-700: #416F71;
--sea-green-800: #2F4F51;
--sea-green-900: #1E3334;
--sea-green-950: #132020;
}