Sea Green
#446F6F
CyanColor Codes
All color formats for development
HEX
#446F6FRGB
rgb(68, 111, 111)HSL
hsl(180, 24%, 35%)OKLCH
oklch(0.51 0.048 195.8)CMYK
cmyk(39%, 0%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D6464
2#365959
3#2F4D4D
4#294242
5#223737
6#1B2C2C
7#142121
8#0E1616
9#070B0B
Tints
Lighter variations
1#508383
2#5D9898
3#6FA7A7
4#84B3B3
5#98C0C0
6#ADCDCD
7#C1D9D9
8#D6E6E6
9#EAF2F2
Tones
Muted variations
1#466D6D
2#486A6A
3#4A6868
4#4C6666
5#4F6464
6#516262
7#536060
8#555E5E
9#575B5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F1 #E9F1F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E6 #D6E6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6D2 #B6D2D2 | BordersInactive statesPlaceholder text |
| 400 | 90BB #90BBBB | Disabled statesSecondary iconsMuted text |
| 500 | 71A8 #71A8A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 558B #558B8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 446F #446F6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 304F #304F4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F33 #1F3333 | 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: #F6F9F9;
--sea-green-100: #E9F1F1;
--sea-green-200: #D6E6E6;
--sea-green-300: #B6D2D2;
--sea-green-400: #90BBBB;
--sea-green-500: #71A8A8;
--sea-green-600: #558B8B;
--sea-green-700: #446F6F;
--sea-green-800: #304F4F;
--sea-green-900: #1F3333;
--sea-green-950: #132020;
}