Sea Green

#18685F

Cyan

Color Codes

All color formats for development

HEX
#18685F
RGB
rgb(24, 104, 95)
HSL
hsl(173, 63%, 25%)
OKLCH
oklch(0.469 0.075 183.8)
CMYK
cmyk(77%, 0%, 9%, 59%)

Accessibility

WCAG contrast compliance

On White Background

6.60:1

AA AAA

On Black Background

3.18:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E2F8
200
#C9F3
300
#9FE9
400
#6EDE
500
#44D5
600
#2AB7
700
#2191
800
#1868
900
#0F43
950
#092A

Shades

Darker variations

1#155E55
2#13534C
3#114942
4#0E3E39
5#0C342F
6#092A26
7#071F1C
8#051513
9#020A09

Tints

Lighter variations

1#1F877B
2#26A697
3#2DC5B4
4#44D5C4
5#63DCCE
6#82E3D7
7#A1EAE1
8#C1F1EB
9#E0F8F5

Tones

Muted variations

1#1C645B
2#206058
3#245C55
4#285852
5#2C544F
6#30504C
7#344C49
8#384846
9#3C4443

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCFB
BackgroundsSubtle highlightsCard backgrounds
100
E2F8
#E2F8F6
Light backgroundsTable row hoverSkeleton loading
200
C9F3
#C9F3EE
Secondary backgroundsInput backgroundsDividers
300
9FE9
#9FE9E1
BordersInactive statesPlaceholder text
400
6EDE
#6EDED1
Disabled statesSecondary iconsMuted text
500
44D5
#44D5C4
Primary brand colorCTAsActive elementsLinks
600
2AB7
#2AB7A6
Hover statesFocus ringsPrimary buttons hover
700
2191
#219184
Active/pressed statesDark mode accentsSecondary text
800
1868
#18685F
Text on light backgroundsHeadingsStrong borders
900
0F43
#0F433D
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: #F3FCFB;
  --sea-green-100: #E2F8F6;
  --sea-green-200: #C9F3EE;
  --sea-green-300: #9FE9E1;
  --sea-green-400: #6EDED1;
  --sea-green-500: #44D5C4;
  --sea-green-600: #2AB7A6;
  --sea-green-700: #219184;
  --sea-green-800: #18685F;
  --sea-green-900: #0F433D;
  --sea-green-950: #092A26;
}
Generate More ShadesCreate PaletteConvert Color