Steel Blue

#43B6D6

Cyan

Color Codes

All color formats for development

HEX
#43B6D6
RGB
rgb(67, 182, 214)
HSL
hsl(193, 64%, 55%)
OKLCH
oklch(0.725 0.111 220)
CMYK
cmyk(69%, 15%, 0%, 16%)

Accessibility

WCAG contrast compliance

On White Background

2.36:1

AA AAA

On Black Background

8.90:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FA
100
#E2F4
200
#C9EA
300
#9FDA
400
#6DC6
500
#43B6
600
#2899
700
#207A
800
#1757
900
#0F38
950
#0923

Shades

Darker variations

1#2DACCF
2#2899B8
3#2386A1
4#1E738A
5#196073
6#144C5C
7#0F3945
8#0A262E
9#051317

Tints

Lighter variations

1#56BDDA
2#68C4DE
3#7BCCE2
4#8ED3E6
5#A1DAEA
6#B4E2EE
7#C7E9F3
8#D9F0F7
9#ECF8FB

Tones

Muted variations

1#4AB2CE
2#51AEC7
3#59A9C0
4#60A5B8
5#68A1B1
6#6F9DAA
7#7699A2
8#7E959B
9#859094

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FA
#F2FAFC
BackgroundsSubtle highlightsCard backgrounds
100
E2F4
#E2F4F9
Light backgroundsTable row hoverSkeleton loading
200
C9EA
#C9EAF3
Secondary backgroundsInput backgroundsDividers
300
9FDA
#9FDAEA
BordersInactive statesPlaceholder text
400
6DC6
#6DC6DF
Disabled statesSecondary iconsMuted text
500
43B6
#43B6D6
Primary brand colorCTAsActive elementsLinks
600
2899
#2899B8
Hover statesFocus ringsPrimary buttons hover
700
207A
#207A92
Active/pressed statesDark mode accentsSecondary text
800
1757
#175769
Text on light backgroundsHeadingsStrong borders
900
0F38
#0F3843
Primary textHigh emphasis contentDark headings
950
0923
#09232A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F2FAFC;
  --steel-blue-100: #E2F4F9;
  --steel-blue-200: #C9EAF3;
  --steel-blue-300: #9FDAEA;
  --steel-blue-400: #6DC6DF;
  --steel-blue-500: #43B6D6;
  --steel-blue-600: #2899B8;
  --steel-blue-700: #207A92;
  --steel-blue-800: #175769;
  --steel-blue-900: #0F3843;
  --steel-blue-950: #09232A;
}
Generate More ShadesCreate PaletteConvert Color