Steel Blue

#19C8BC

Cyan

Color Codes

All color formats for development

HEX
#19C8BC
RGB
rgb(25, 200, 188)
HSL
hsl(176, 78%, 44%)
OKLCH
oklch(0.751 0.128 187.1)
CMYK
cmyk(88%, 0%, 6%, 22%)

Accessibility

WCAG contrast compliance

On White Background

2.09:1

AA AAA

On Black Background

10.03:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F8
300
#97F2
400
#60EB
500
#33E6
600
#19C8
700
#149F
800
#0E71
900
#0949
950
#062D

Shades

Darker variations

1#16B4A9
2#14A096
3#118C84
4#0F7871
5#0C645E
6#0A504B
7#073C38
8#052826
9#021413

Tints

Lighter variations

1#1CE1D4
2#34E6DA
3#4DE9DF
4#66ECE3
5#80EFE8
6#99F2EC
7#B3F6F1
8#CCF9F6
9#E6FCFA

Tones

Muted variations

1#21BFB4
2#2AB6AD
3#33ADA5
4#3CA59E
5#449C96
6#4D938F
7#568A87
8#5F827F
9#677978

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFD
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF9
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8F4
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2EC
BordersInactive statesPlaceholder text
400
60EB
#60EBE2
Disabled statesSecondary iconsMuted text
500
33E6
#33E6DA
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C8BC
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F96
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E716B
Text on light backgroundsHeadingsStrong borders
900
0949
#094944
Primary textHigh emphasis contentDark headings
950
062D
#062D2B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F1FDFD;
  --steel-blue-100: #DFFBF9;
  --steel-blue-200: #C4F8F4;
  --steel-blue-300: #97F2EC;
  --steel-blue-400: #60EBE2;
  --steel-blue-500: #33E6DA;
  --steel-blue-600: #19C8BC;
  --steel-blue-700: #149F96;
  --steel-blue-800: #0E716B;
  --steel-blue-900: #094944;
  --steel-blue-950: #062D2B;
}
Generate More ShadesCreate PaletteConvert Color