Sea Green
#446A6F
CyanColor Codes
All color formats for development
HEX
#446A6FRGB
rgb(68, 106, 111)HSL
hsl(187, 24%, 35%)OKLCH
oklch(0.498 0.044 206.3)CMYK
cmyk(39%, 5%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D5F64
2#365559
3#2F4A4D
4#293F42
5#223537
6#1B2A2C
7#142021
8#0E1516
9#070B0B
Tints
Lighter variations
1#507D83
2#5D9198
3#6FA0A7
4#84AEB3
5#98BBC0
6#ADC9CD
7#C1D6D9
8#D6E4E6
9#EAF1F2
Tones
Muted variations
1#46686D
2#48666A
3#4A6568
4#4C6366
5#4F6164
6#516062
7#535E60
8#555D5E
9#575B5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F0 #E9F0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E4 #D6E4E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6CF #B6CFD2 | BordersInactive statesPlaceholder text |
| 400 | 90B6 #90B6BB | Disabled statesSecondary iconsMuted text |
| 500 | 71A1 #71A1A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5585 #55858B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 446A #446A6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 304B #304B4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F30 #1F3033 | Primary textHigh emphasis contentDark headings |
| 950 | 131E #131E20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F6F9F9;
--sea-green-100: #E9F0F1;
--sea-green-200: #D6E4E6;
--sea-green-300: #B6CFD2;
--sea-green-400: #90B6BB;
--sea-green-500: #71A1A8;
--sea-green-600: #55858B;
--sea-green-700: #446A6F;
--sea-green-800: #304B4F;
--sea-green-900: #1F3033;
--sea-green-950: #131E20;
}