Sea Green
#2E8585
CyanColor Codes
All color formats for development
HEX
#2E8585RGB
rgb(46, 133, 133)HSL
hsl(180, 49%, 35%)OKLCH
oklch(0.566 0.081 195.1)CMYK
cmyk(65%, 0%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#297878
2#246A6A
3#205D5D
4#1B5050
5#174242
6#123535
7#0E2828
8#091B1B
9#050D0D
Tints
Lighter variations
1#369E9E
2#3EB6B6
3#52C4C4
4#6BCCCC
5#84D5D5
6#9CDDDD
7#B5E6E6
8#CEEEEE
9#E6F7F7
Tones
Muted variations
1#328181
2#367C7C
3#3B7878
4#3F7373
5#436F6F
6#486B6B
7#4C6666
8#516262
9#555E5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FB #F4FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F6 #E4F6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEEE #CEEEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8E1 #A8E1E1 | BordersInactive statesPlaceholder text |
| 400 | 7AD1 #7AD1D1 | Disabled statesSecondary iconsMuted text |
| 500 | 54C4 #54C4C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 39A7 #39A7A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E85 #2E8585 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 215F #215F5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 153D #153D3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D26 #0D2626 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F4FBFB;
--sea-green-100: #E4F6F6;
--sea-green-200: #CEEEEE;
--sea-green-300: #A8E1E1;
--sea-green-400: #7AD1D1;
--sea-green-500: #54C4C4;
--sea-green-600: #39A7A7;
--sea-green-700: #2E8585;
--sea-green-800: #215F5F;
--sea-green-900: #153D3D;
--sea-green-950: #0D2626;
}