Sea Green

#278B74

Cyan

Color Codes

All color formats for development

HEX
#278B74
RGB
rgb(39, 139, 116)
HSL
hsl(166, 56%, 35%)
OKLCH
oklch(0.574 0.097 173.9)
CMYK
cmyk(72%, 0%, 17%, 45%)

Accessibility

WCAG contrast compliance

On White Background

4.17:1

AA AAA

On Black Background

5.03:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E3F7
200
#CBF0
300
#A4E5
400
#74D8
500
#4CCD
600
#31AF
700
#278B
800
#1C63
900
#1240
950
#0B28

Shades

Darker variations

1#237D68
2#1F6F5D
3#1B6151
4#185446
5#14463A
6#10382E
7#0C2A23
8#081C17
9#040E0C

Tints

Lighter variations

1#2FA589
2#36BF9F
3#4ACCAE
4#64D3B9
5#7EDBC5
6#98E2D1
7#B1E9DC
8#CBF0E8
9#E5F8F3

Tones

Muted variations

1#2C8671
2#31816F
3#367C6C
4#3B7769
5#407267
6#456D64
7#4A6861
8#4F635F
9#545E5C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCFA
BackgroundsSubtle highlightsCard backgrounds
100
E3F7
#E3F7F2
Light backgroundsTable row hoverSkeleton loading
200
CBF0
#CBF0E8
Secondary backgroundsInput backgroundsDividers
300
A4E5
#A4E5D6
BordersInactive statesPlaceholder text
400
74D8
#74D8C0
Disabled statesSecondary iconsMuted text
500
4CCD
#4CCDAF
Primary brand colorCTAsActive elementsLinks
600
31AF
#31AF92
Hover statesFocus ringsPrimary buttons hover
700
278B
#278B74
Active/pressed statesDark mode accentsSecondary text
800
1C63
#1C6353
Text on light backgroundsHeadingsStrong borders
900
1240
#124035
Primary textHigh emphasis contentDark headings
950
0B28
#0B2821
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F3FCFA;
  --sea-green-100: #E3F7F2;
  --sea-green-200: #CBF0E8;
  --sea-green-300: #A4E5D6;
  --sea-green-400: #74D8C0;
  --sea-green-500: #4CCDAF;
  --sea-green-600: #31AF92;
  --sea-green-700: #278B74;
  --sea-green-800: #1C6353;
  --sea-green-900: #124035;
  --sea-green-950: #0B2821;
}
Generate More ShadesCreate PaletteConvert Color