Sea Green

#107058

Cyan

Color Codes

All color formats for development

HEX
#107058
RGB
rgb(16, 112, 88)
HSL
hsl(165, 75%, 25%)
OKLCH
oklch(0.487 0.092 170.4)
CMYK
cmyk(86%, 0%, 21%, 56%)

Accessibility

WCAG contrast compliance

On White Background

6.03:1

AA AAA

On Black Background

3.48:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FB
200
#C5F7
300
#98F0
400
#63E9
500
#36E2
600
#1CC4
700
#169C
800
#1070
900
#0A47
950
#062D

Shades

Darker variations

1#0E644F
2#0D5946
3#0B4E3D
4#0A4335
5#08382C
6#062D23
7#05211A
8#031612
9#020B09

Tints

Lighter variations

1#159172
2#19B38C
3#1ED4A7
4#36E2B7
5#58E7C3
6#79ECCF
7#9BF1DB
8#BCF5E7
9#DEFAF3

Tones

Muted variations

1#156B55
2#196653
3#1E6150
4#235C4E
5#28584C
6#2D5349
7#314E47
8#364945
9#3B4542

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFA
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBF4
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7EA
Secondary backgroundsInput backgroundsDividers
300
98F0
#98F0DA
BordersInactive statesPlaceholder text
400
63E9
#63E9C7
Disabled statesSecondary iconsMuted text
500
36E2
#36E2B7
Primary brand colorCTAsActive elementsLinks
600
1CC4
#1CC49A
Hover statesFocus ringsPrimary buttons hover
700
169C
#169C7B
Active/pressed statesDark mode accentsSecondary text
800
1070
#107058
Text on light backgroundsHeadingsStrong borders
900
0A47
#0A4738
Primary textHigh emphasis contentDark headings
950
062D
#062D23
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: #C5F7EA;
  --sea-green-300: #98F0DA;
  --sea-green-400: #63E9C7;
  --sea-green-500: #36E2B7;
  --sea-green-600: #1CC49A;
  --sea-green-700: #169C7B;
  --sea-green-800: #107058;
  --sea-green-900: #0A4738;
  --sea-green-950: #062D23;
}
Generate More ShadesCreate PaletteConvert Color