Sea Green

#166960

Cyan

Color Codes

All color formats for development

HEX
#166960
RGB
rgb(22, 105, 96)
HSL
hsl(173, 65%, 25%)
OKLCH
oklch(0.471 0.077 184)
CMYK
cmyk(79%, 0%, 9%, 59%)

Accessibility

WCAG contrast compliance

On White Background

6.51:1

AA AAA

On Black Background

3.22:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E2F9
200
#C8F3
300
#9EEA
400
#6CE0
500
#42D7
600
#27B9
700
#1F93
800
#1669
900
#0E43
950
#092A

Shades

Darker variations

1#145F56
2#12544C
3#104A43
4#0D3F39
5#0B3530
6#092A26
7#07201D
8#041513
9#020B0A

Tints

Lighter variations

1#1D897C
2#24A899
3#2AC8B5
4#42D7C5
5#61DECF
6#81E4D9
7#A0EBE2
8#C0F2EC
9#DFF8F5

Tones

Muted variations

1#1A655C
2#1F6159
3#235D56
4#275953
5#2B5450
6#2F504C
7#334C49
8#374846
9#3C4443

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCFB
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9F6
Light backgroundsTable row hoverSkeleton loading
200
C8F3
#C8F3EE
Secondary backgroundsInput backgroundsDividers
300
9EEA
#9EEAE2
BordersInactive statesPlaceholder text
400
6CE0
#6CE0D2
Disabled statesSecondary iconsMuted text
500
42D7
#42D7C5
Primary brand colorCTAsActive elementsLinks
600
27B9
#27B9A8
Hover statesFocus ringsPrimary buttons hover
700
1F93
#1F9386
Active/pressed statesDark mode accentsSecondary text
800
1669
#166960
Text on light backgroundsHeadingsStrong borders
900
0E43
#0E433D
Primary textHigh emphasis contentDark headings
950
092A
#092A26
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F2FCFB;
  --sea-green-100: #E2F9F6;
  --sea-green-200: #C8F3EE;
  --sea-green-300: #9EEAE2;
  --sea-green-400: #6CE0D2;
  --sea-green-500: #42D7C5;
  --sea-green-600: #27B9A8;
  --sea-green-700: #1F9386;
  --sea-green-800: #166960;
  --sea-green-900: #0E433D;
  --sea-green-950: #092A26;
}
Generate More ShadesCreate PaletteConvert Color