Sea Green

#38767A

Cyan

Color Codes

All color formats for development

HEX
#38767A
RGB
rgb(56, 118, 122)
HSL
hsl(184, 37%, 35%)
OKLCH
oklch(0.527 0.064 201)
CMYK
cmyk(54%, 3%, 0%, 52%)

Accessibility

WCAG contrast compliance

On White Background

5.20:1

AA AAA

On Black Background

4.04:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5FA
100
#E7F3
200
#D2E8
300
#AFD7
400
#85C2
500
#62B1
600
#4794
700
#3876
800
#2854
900
#1A36
950
#1022

Shades

Darker variations

1#336A6E
2#2D5E62
3#275356
4#224749
5#1C3B3D
6#162F31
7#112325
8#0B1818
9#060C0C

Tints

Lighter variations

1#438C91
2#4DA2A8
3#60B0B6
4#77BBC0
5#8DC7CB
6#A4D2D5
7#BBDDE0
8#D2E8EA
9#E8F4F5

Tones

Muted variations

1#3C7377
2#3F7074
3#426D70
4#456A6D
5#49686A
6#4C6566
7#4F6263
8#535F60
9#565C5D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5FA
#F5FAFA
BackgroundsSubtle highlightsCard backgrounds
100
E7F3
#E7F3F4
Light backgroundsTable row hoverSkeleton loading
200
D2E8
#D2E8EA
Secondary backgroundsInput backgroundsDividers
300
AFD7
#AFD7DA
BordersInactive statesPlaceholder text
400
85C2
#85C2C7
Disabled statesSecondary iconsMuted text
500
62B1
#62B1B7
Primary brand colorCTAsActive elementsLinks
600
4794
#47949A
Hover statesFocus ringsPrimary buttons hover
700
3876
#38767A
Active/pressed statesDark mode accentsSecondary text
800
2854
#285457
Text on light backgroundsHeadingsStrong borders
900
1A36
#1A3638
Primary textHigh emphasis contentDark headings
950
1022
#102223
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F5FAFA;
  --sea-green-100: #E7F3F4;
  --sea-green-200: #D2E8EA;
  --sea-green-300: #AFD7DA;
  --sea-green-400: #85C2C7;
  --sea-green-500: #62B1B7;
  --sea-green-600: #47949A;
  --sea-green-700: #38767A;
  --sea-green-800: #285457;
  --sea-green-900: #1A3638;
  --sea-green-950: #102223;
}
Generate More ShadesCreate PaletteConvert Color