Sea Green
#0F705A
CyanColor Codes
All color formats for development
HEX
#0F705ARGB
rgb(15, 112, 90)HSL
hsl(166, 76%, 25%)OKLCH
oklch(0.488 0.09 172.2)CMYK
cmyk(87%, 0%, 20%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E6551
2#0C5A48
3#0B4F3F
4#094336
5#08382D
6#062D24
7#05221B
8#031612
9#020B09
Tints
Lighter variations
1#149274
2#18B48F
3#1DD5AA
4#35E3BB
5#57E8C6
6#78EDD2
7#9AF1DD
8#BCF6E8
9#DDFAF4
Tones
Muted variations
1#146B57
2#196754
3#1E6252
4#235D4F
5#28584D
6#2C534A
7#314E48
8#364945
9#3B4542
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1DC | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EACA | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC59E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F705A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4839 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDFA;
--sea-green-100: #E0FBF4;
--sea-green-200: #C5F7EB;
--sea-green-300: #98F1DC;
--sea-green-400: #62EACA;
--sea-green-500: #35E3BB;
--sea-green-600: #1BC59E;
--sea-green-700: #159D7D;
--sea-green-800: #0F705A;
--sea-green-900: #0A4839;
--sea-green-950: #062D24;
}