Sea Green
#36687C
BlueColor Codes
All color formats for development
HEX
#36687CRGB
rgb(54, 104, 124)HSL
hsl(197, 39%, 35%)OKLCH
oklch(0.491 0.063 226.3)CMYK
cmyk(56%, 16%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#315E70
2#2C5363
3#264957
4#213F4A
5#1B343E
6#162A32
7#101F25
8#0B1519
9#050A0C
Tints
Lighter variations
1#417C93
2#4B8FAA
3#5E9FB8
4#75ACC2
5#8CBACC
6#A3C8D7
7#BAD6E1
8#D1E3EB
9#E8F1F5
Tones
Muted variations
1#3A6779
2#3D6575
3#416472
4#44626E
5#48616B
6#4B5F67
7#4F5E64
8#525C60
9#565B5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F0 #E6F0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E3 #D1E3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADCE #ADCEDB | BordersInactive statesPlaceholder text |
| 400 | 83B5 #83B5C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FA0 #5FA0B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4483 #44839C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3668 #36687C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 274B #274B59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1930 #193039 | Primary textHigh emphasis contentDark headings |
| 950 | 101E #101E23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F4F9FA;
--sea-green-100: #E6F0F4;
--sea-green-200: #D1E3EB;
--sea-green-300: #ADCEDB;
--sea-green-400: #83B5C9;
--sea-green-500: #5FA0B9;
--sea-green-600: #44839C;
--sea-green-700: #36687C;
--sea-green-800: #274B59;
--sea-green-900: #193039;
--sea-green-950: #101E23;
}