Sea Green
#318081
CyanColor Codes
All color formats for development
HEX
#318081RGB
rgb(49, 128, 129)HSL
hsl(181, 45%, 35%)OKLCH
oklch(0.552 0.076 196.3)CMYK
cmyk(62%, 1%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C7374
2#276668
3#225A5B
4#1D4D4E
5#194041
6#143334
7#0F2627
8#0A1A1A
9#050D0D
Tints
Lighter variations
1#3A9899
2#43B0B1
3#57BDBF
4#6FC7C8
5#87D0D1
6#9FDADB
7#B7E3E4
8#CFECED
9#E7F6F6
Tones
Muted variations
1#357C7D
2#397879
3#3D7475
4#417171
5#456D6D
6#496969
7#4D6565
8#516161
9#555D5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FB #F4FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F5 #E5F5F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFEC #CFECED | Secondary backgroundsInput backgroundsDividers |
| 300 | AADE #AADEDF | BordersInactive statesPlaceholder text |
| 400 | 7ECD #7ECDCE | Disabled statesSecondary iconsMuted text |
| 500 | 59BE #59BEC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3EA1 #3EA1A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3180 #318081 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 235B #235B5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 163B #163B3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E25 #0E2525 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F4FBFB;
--sea-green-100: #E5F5F5;
--sea-green-200: #CFECED;
--sea-green-300: #AADEDF;
--sea-green-400: #7ECDCE;
--sea-green-500: #59BEC0;
--sea-green-600: #3EA1A3;
--sea-green-700: #318081;
--sea-green-800: #235B5C;
--sea-green-900: #163B3B;
--sea-green-950: #0E2525;
}