Sea Green

#1A6565

Cyan

Color Codes

All color formats for development

HEX
#1A6565
RGB
rgb(26, 101, 101)
HSL
hsl(180, 59%, 25%)
OKLCH
oklch(0.463 0.07 195)
CMYK
cmyk(74%, 0%, 0%, 60%)

Accessibility

WCAG contrast compliance

On White Background

6.79:1

AA AAA

On Black Background

3.09:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E3F8
200
#CAF1
300
#A2E7
400
#71DA
500
#49D0
600
#2EB2
700
#258E
800
#1A65
900
#1141
950
#0A29

Shades

Darker variations

1#185B5B
2#155151
3#124747
4#103D3D
5#0D3333
6#0A2929
7#081E1E
8#051414
9#030A0A

Tints

Lighter variations

1#228484
2#2AA2A2
3#32C1C1
4#49D0D0
5#67D8D8
6#85E0E0
7#A4E7E7
8#C2EFEF
9#E1F7F7

Tones

Muted variations

1#1E6262
2#225E5E
3#255A5A
4#295656
5#2D5353
6#314F4F
7#344B4B
8#384747
9#3C4444

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCFC
BackgroundsSubtle highlightsCard backgrounds
100
E3F8
#E3F8F8
Light backgroundsTable row hoverSkeleton loading
200
CAF1
#CAF1F1
Secondary backgroundsInput backgroundsDividers
300
A2E7
#A2E7E7
BordersInactive statesPlaceholder text
400
71DA
#71DADA
Disabled statesSecondary iconsMuted text
500
49D0
#49D0D0
Primary brand colorCTAsActive elementsLinks
600
2EB2
#2EB2B2
Hover statesFocus ringsPrimary buttons hover
700
258E
#258E8E
Active/pressed statesDark mode accentsSecondary text
800
1A65
#1A6565
Text on light backgroundsHeadingsStrong borders
900
1141
#114141
Primary textHigh emphasis contentDark headings
950
0A29
#0A2929
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F3FCFC;
  --sea-green-100: #E3F8F8;
  --sea-green-200: #CAF1F1;
  --sea-green-300: #A2E7E7;
  --sea-green-400: #71DADA;
  --sea-green-500: #49D0D0;
  --sea-green-600: #2EB2B2;
  --sea-green-700: #258E8E;
  --sea-green-800: #1A6565;
  --sea-green-900: #114141;
  --sea-green-950: #0A2929;
}
Generate More ShadesCreate PaletteConvert Color