Sea Green

#18685C

Cyan

Color Codes

All color formats for development

HEX
#18685C
RGB
rgb(24, 104, 92)
HSL
hsl(171, 63%, 25%)
OKLCH
oklch(0.468 0.077 180.4)
CMYK
cmyk(77%, 0%, 12%, 59%)

Accessibility

WCAG contrast compliance

On White Background

6.62:1

AA AAA

On Black Background

3.17: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#155E53
2#135349
3#114940
4#0E3E37
5#0C342E
6#092A25
7#071F1C
8#051512
9#020A09

Tints

Lighter variations

1#1F8777
2#26A693
3#2DC5AF
4#44D5BF
5#63DCCA
6#82E3D4
7#A1EADF
8#C1F1EA
9#E0F8F4

Tones

Muted variations

1#1C6459
2#206056
3#245C53
4#285851
5#2C544E
6#30504B
7#344C48
8#384845
9#3C4443

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCFB
BackgroundsSubtle highlightsCard backgrounds
100
E2F8
#E2F8F5
Light backgroundsTable row hoverSkeleton loading
200
C9F3
#C9F3EC
Secondary backgroundsInput backgroundsDividers
300
9FE9
#9FE9DE
BordersInactive statesPlaceholder text
400
6EDE
#6EDECD
Disabled statesSecondary iconsMuted text
500
44D5
#44D5BF
Primary brand colorCTAsActive elementsLinks
600
2AB7
#2AB7A2
Hover statesFocus ringsPrimary buttons hover
700
2191
#219181
Active/pressed statesDark mode accentsSecondary text
800
1868
#18685C
Text on light backgroundsHeadingsStrong borders
900
0F43
#0F433B
Primary textHigh emphasis contentDark headings
950
092A
#092A25
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F3FCFB;
  --sea-green-100: #E2F8F5;
  --sea-green-200: #C9F3EC;
  --sea-green-300: #9FE9DE;
  --sea-green-400: #6EDECD;
  --sea-green-500: #44D5BF;
  --sea-green-600: #2AB7A2;
  --sea-green-700: #219181;
  --sea-green-800: #18685C;
  --sea-green-900: #0F433B;
  --sea-green-950: #092A25;
}
Generate More ShadesCreate PaletteConvert Color