Sea Green
#308082
CyanColor Codes
All color formats for development
HEX
#308082RGB
rgb(48, 128, 130)HSL
hsl(181, 46%, 35%)OKLCH
oklch(0.552 0.077 197.5)CMYK
cmyk(63%, 2%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B7475
2#276768
3#225A5B
4#1D4D4E
5#184041
6#133434
7#0E2727
8#0A1A1A
9#050D0D
Tints
Lighter variations
1#39999B
2#42B1B3
3#56BFC0
4#6EC8C9
5#86D1D2
6#9EDADB
7#B6E3E4
8#CFEDED
9#E7F6F6
Tones
Muted variations
1#347D7E
2#38797A
3#3D7576
4#417172
5#456D6E
6#49696A
7#4D6566
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 | CFED #CFEDED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9DE #A9DEDF | BordersInactive statesPlaceholder text |
| 400 | 7DCD #7DCDCF | Disabled statesSecondary iconsMuted text |
| 500 | 57BF #57BFC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3DA2 #3DA2A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3081 #308182 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 225C #225C5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 163B #163B3C | 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: #CFEDED;
--sea-green-300: #A9DEDF;
--sea-green-400: #7DCDCF;
--sea-green-500: #57BFC1;
--sea-green-600: #3DA2A4;
--sea-green-700: #308182;
--sea-green-800: #225C5D;
--sea-green-900: #163B3C;
--sea-green-950: #0E2525;
}