Sea Green
#466A6D
CyanColor Codes
All color formats for development
HEX
#466A6DRGB
rgb(70, 106, 109)HSL
hsl(185, 22%, 35%)OKLCH
oklch(0.498 0.041 202.5)CMYK
cmyk(36%, 3%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F5F62
2#385457
3#314A4C
4#2A3F41
5#233536
6#1C2A2C
7#152021
8#0E1516
9#070B0B
Tints
Lighter variations
1#537D81
2#5F9195
3#71A0A5
4#86AEB1
5#9ABBBE
6#AEC9CB
7#C2D6D8
8#D7E4E5
9#EBF1F2
Tones
Muted variations
1#48686B
2#4A6669
3#4C6567
4#4D6365
5#4F6163
6#516061
7#535E5F
8#555D5D
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 | D7E4 #D7E4E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7CF #B7CFD1 | BordersInactive statesPlaceholder text |
| 400 | 92B6 #92B6B9 | Disabled statesSecondary iconsMuted text |
| 500 | 73A1 #73A1A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5885 #588589 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 466A #466A6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 324B #324B4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2030 #203032 | Primary textHigh emphasis contentDark headings |
| 950 | 141E #141E1F | 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: #D7E4E5;
--sea-green-300: #B7CFD1;
--sea-green-400: #92B6B9;
--sea-green-500: #73A1A5;
--sea-green-600: #588589;
--sea-green-700: #466A6D;
--sea-green-800: #324B4E;
--sea-green-900: #203032;
--sea-green-950: #141E1F;
}