Sea Green

#17695A

Cyan

Color Codes

All color formats for development

HEX
#17695A
RGB
rgb(23, 105, 90)
HSL
hsl(169, 64%, 25%)
OKLCH
oklch(0.469 0.079 177.3)
CMYK
cmyk(78%, 0%, 14%, 59%)

Accessibility

WCAG contrast compliance

On White Background

6.55:1

AA AAA

On Black Background

3.20:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E2F9
200
#C9F3
300
#9FEA
400
#6DDF
500
#43D6
600
#28B8
700
#2092
800
#1769
900
#0F43
950
#092A

Shades

Darker variations

1#155E51
2#125448
3#10493F
4#0E3F36
5#0B342D
6#092A24
7#071F1B
8#051512
9#020A09

Tints

Lighter variations

1#1E8874
2#25A78F
3#2CC7AA
4#43D6BB
5#62DDC6
6#82E3D2
7#A1EADD
8#C0F1E8
9#E0F8F4

Tones

Muted variations

1#1B6457
2#1F6054
3#235C52
4#27584F
5#2B544D
6#2F504A
7#344C48
8#384845
9#3C4442

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCFA
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9F4
Light backgroundsTable row hoverSkeleton loading
200
C9F3
#C9F3EB
Secondary backgroundsInput backgroundsDividers
300
9FEA
#9FEADC
BordersInactive statesPlaceholder text
400
6DDF
#6DDFCA
Disabled statesSecondary iconsMuted text
500
43D6
#43D6BB
Primary brand colorCTAsActive elementsLinks
600
28B8
#28B89E
Hover statesFocus ringsPrimary buttons hover
700
2092
#20927D
Active/pressed statesDark mode accentsSecondary text
800
1769
#17695A
Text on light backgroundsHeadingsStrong borders
900
0F43
#0F4339
Primary textHigh emphasis contentDark headings
950
092A
#092A24
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F2FCFA;
  --sea-green-100: #E2F9F4;
  --sea-green-200: #C9F3EB;
  --sea-green-300: #9FEADC;
  --sea-green-400: #6DDFCA;
  --sea-green-500: #43D6BB;
  --sea-green-600: #28B89E;
  --sea-green-700: #20927D;
  --sea-green-800: #17695A;
  --sea-green-900: #0F4339;
  --sea-green-950: #092A24;
}
Generate More ShadesCreate PaletteConvert Color