Sea Green

#308282

Cyan

Color Codes

All color formats for development

HEX
#308282
RGB
rgb(48, 130, 130)
HSL
hsl(180, 46%, 35%)
OKLCH
oklch(0.558 0.078 195.1)
CMYK
cmyk(63%, 0%, 0%, 49%)

Accessibility

WCAG contrast compliance

On White Background

4.52:1

AA AAA

On Black Background

4.64:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4FB
100
#E5F5
200
#CFED
300
#A9DF
400
#7DCF
500
#57C1
600
#3DA4
700
#3082
800
#225D
900
#163C
950
#0E25

Shades

Darker variations

1#2B7575
2#276868
3#225B5B
4#1D4E4E
5#184141
6#133434
7#0E2727
8#0A1A1A
9#050D0D

Tints

Lighter variations

1#399B9B
2#42B3B3
3#56C0C0
4#6EC9C9
5#86D2D2
6#9EDBDB
7#B6E4E4
8#CFEDED
9#E7F6F6

Tones

Muted variations

1#347E7E
2#387A7A
3#3D7676
4#417272
5#456E6E
6#496A6A
7#4D6666
8#516161
9#555D5D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4FB
#F4FBFB
BackgroundsSubtle highlightsCard backgrounds
100
E5F5
#E5F5F5
Light backgroundsTable row hoverSkeleton loading
200
CFED
#CFEDED
Secondary backgroundsInput backgroundsDividers
300
A9DF
#A9DFDF
BordersInactive statesPlaceholder text
400
7DCF
#7DCFCF
Disabled statesSecondary iconsMuted text
500
57C1
#57C1C1
Primary brand colorCTAsActive elementsLinks
600
3DA4
#3DA4A4
Hover statesFocus ringsPrimary buttons hover
700
3082
#308282
Active/pressed statesDark mode accentsSecondary text
800
225D
#225D5D
Text on light backgroundsHeadingsStrong borders
900
163C
#163C3C
Primary textHigh emphasis contentDark headings
950
0E25
#0E2525
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F4FBFB;
  --sea-green-100: #E5F5F5;
  --sea-green-200: #CFEDED;
  --sea-green-300: #A9DFDF;
  --sea-green-400: #7DCFCF;
  --sea-green-500: #57C1C1;
  --sea-green-600: #3DA4A4;
  --sea-green-700: #308282;
  --sea-green-800: #225D5D;
  --sea-green-900: #163C3C;
  --sea-green-950: #0E2525;
}
Generate More ShadesCreate PaletteConvert Color