Sea Green
#34667F
BlueColor Codes
All color formats for development
HEX
#34667FRGB
rgb(52, 102, 127)HSL
hsl(200, 42%, 35%)OKLCH
oklch(0.486 0.067 232.2)CMYK
cmyk(59%, 20%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F5C72
2#295165
3#244759
4#1F3D4C
5#1A333F
6#152933
7#101F26
8#0A1419
9#050A0D
Tints
Lighter variations
1#3D7996
2#478CAE
3#5A9BBC
4#72A9C5
5#89B8CF
6#A1C6D9
7#B8D4E2
8#D0E2EC
9#E7F1F5
Tones
Muted variations
1#38647B
2#3B6377
3#3F6273
4#436170
5#475F6C
6#4A5E68
7#4E5D64
8#525C61
9#565A5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F0 #E6F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E2 #D0E2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACCD #ACCDDD | BordersInactive statesPlaceholder text |
| 400 | 80B2 #80B2CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C9C #5C9CBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4180 #41809F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3466 #34667F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2549 #25495B | 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: #F4F8FB;
--sea-green-100: #E6F0F5;
--sea-green-200: #D0E2EC;
--sea-green-300: #ACCDDD;
--sea-green-400: #80B2CB;
--sea-green-500: #5C9CBC;
--sea-green-600: #41809F;
--sea-green-700: #34667F;
--sea-green-800: #25495B;
--sea-green-900: #182F3A;
--sea-green-950: #0F1D24;
}