Sea Green
#34677F
BlueColor Codes
All color formats for development
HEX
#34677FRGB
rgb(52, 103, 127)HSL
hsl(199, 42%, 35%)OKLCH
oklch(0.489 0.067 230.6)CMYK
cmyk(59%, 19%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F5D72
2#295265
3#244859
4#1F3E4C
5#1A333F
6#152933
7#101F26
8#0A1519
9#050A0D
Tints
Lighter variations
1#3D7A96
2#478DAE
3#5A9DBC
4#72ABC5
5#89B9CF
6#A1C7D9
7#B8D5E2
8#D0E3EC
9#E7F1F5
Tones
Muted variations
1#38667B
2#3B6477
3#3F6373
4#436170
5#47606C
6#4A5F68
7#4E5D64
8#525C61
9#565B5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F0 #E6F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E3 #D0E3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACCD #ACCDDD | BordersInactive statesPlaceholder text |
| 400 | 80B3 #80B3CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C9E #5C9EBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4181 #41819F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3467 #34677F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 254A #254A5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 182F #182F3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1D #0F1D24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F4F9FB;
--sea-green-100: #E6F0F5;
--sea-green-200: #D0E3EC;
--sea-green-300: #ACCDDD;
--sea-green-400: #80B3CB;
--sea-green-500: #5C9EBC;
--sea-green-600: #41819F;
--sea-green-700: #34677F;
--sea-green-800: #254A5B;
--sea-green-900: #182F3A;
--sea-green-950: #0F1D24;
}