Sea Green

#186864

Cyan

Color Codes

All color formats for development

HEX
#186864
RGB
rgb(24, 104, 100)
HSL
hsl(177, 63%, 25%)
OKLCH
oklch(0.47 0.074 189.9)
CMYK
cmyk(77%, 0%, 4%, 59%)

Accessibility

WCAG contrast compliance

On White Background

6.56: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
#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#155E5A
2#135350
3#114946
4#0E3E3C
5#0C3432
6#092A28
7#071F1E
8#051514
9#020A0A

Tints

Lighter variations

1#1F8782
2#26A6A0
3#2DC5BE
4#44D5CD
5#63DCD6
6#82E3DE
7#A1EAE6
8#C1F1EE
9#E0F8F7

Tones

Muted variations

1#1C6460
2#20605D
3#245C59
4#285855
5#2C5452
6#30504E
7#344C4B
8#384847
9#3C4443

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCFC
BackgroundsSubtle highlightsCard backgrounds
100
E2F8
#E2F8F7
Light backgroundsTable row hoverSkeleton loading
200
C9F3
#C9F3F1
Secondary backgroundsInput backgroundsDividers
300
9FE9
#9FE9E6
BordersInactive statesPlaceholder text
400
6EDE
#6EDED8
Disabled statesSecondary iconsMuted text
500
44D5
#44D5CD
Primary brand colorCTAsActive elementsLinks
600
2AB7
#2AB7B0
Hover statesFocus ringsPrimary buttons hover
700
2191
#21918C
Active/pressed statesDark mode accentsSecondary text
800
1868
#186864
Text on light backgroundsHeadingsStrong borders
900
0F43
#0F4340
Primary textHigh emphasis contentDark headings
950
092A
#092A28
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F3FCFC;
  --sea-green-100: #E2F8F7;
  --sea-green-200: #C9F3F1;
  --sea-green-300: #9FE9E6;
  --sea-green-400: #6EDED8;
  --sea-green-500: #44D5CD;
  --sea-green-600: #2AB7B0;
  --sea-green-700: #21918C;
  --sea-green-800: #186864;
  --sea-green-900: #0F4340;
  --sea-green-950: #092A28;
}
Generate More ShadesCreate PaletteConvert Color