Sea Green
#34717F
CyanColor Codes
All color formats for development
HEX
#34717FRGB
rgb(52, 113, 127)HSL
hsl(191, 42%, 35%)OKLCH
oklch(0.514 0.066 214.9)CMYK
cmyk(59%, 11%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F6672
2#295A65
3#244F59
4#1F444C
5#1A383F
6#152D33
7#102226
8#0A1719
9#050B0D
Tints
Lighter variations
1#3D8696
2#479BAE
3#5AAABC
4#72B6C5
5#89C2CF
6#A1CED9
7#B8DBE2
8#D0E7EC
9#E7F3F5
Tones
Muted variations
1#386F7B
2#3B6C77
3#3F6A73
4#436770
5#47656C
6#4A6368
7#4E6064
8#525E61
9#565C5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F2 #E6F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E7 #D0E7EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD4 #ACD4DD | BordersInactive statesPlaceholder text |
| 400 | 80BD #80BDCB | Disabled statesSecondary iconsMuted text |
| 500 | 5CAB #5CABBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 418E #418E9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3471 #34717F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2551 #25515B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1834 #18343A | Primary textHigh emphasis contentDark headings |
| 950 | 0F20 #0F2024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F4F9FB;
--sea-green-100: #E6F2F5;
--sea-green-200: #D0E7EC;
--sea-green-300: #ACD4DD;
--sea-green-400: #80BDCB;
--sea-green-500: #5CABBC;
--sea-green-600: #418E9F;
--sea-green-700: #34717F;
--sea-green-800: #25515B;
--sea-green-900: #18343A;
--sea-green-950: #0F2024;
}