Sea Green
#0F7055
GreenColor Codes
All color formats for development
HEX
#0F7055RGB
rgb(15, 112, 85)HSL
hsl(163, 76%, 25%)OKLCH
oklch(0.486 0.094 168)CMYK
cmyk(87%, 0%, 24%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E654C
2#0C5A44
3#0B4F3B
4#094333
5#08382A
6#062D22
7#052219
8#031611
9#020B08
Tints
Lighter variations
1#14926E
2#18B488
3#1DD5A1
4#35E3B2
5#57E8BF
6#78EDCC
7#9AF1D9
8#BCF6E5
9#DDFAF2
Tones
Muted variations
1#146B53
2#196751
3#1E624E
4#235D4C
5#28584A
6#2C5348
7#314E46
8#364944
9#3B4542
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1D8 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAC3 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC595 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7055 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4836 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDFA;
--sea-green-100: #E0FBF3;
--sea-green-200: #C5F7E9;
--sea-green-300: #98F1D8;
--sea-green-400: #62EAC3;
--sea-green-500: #35E3B2;
--sea-green-600: #1BC595;
--sea-green-700: #159D77;
--sea-green-800: #0F7055;
--sea-green-900: #0A4836;
--sea-green-950: #062D22;
}