Steel Blue

#26B3BA

Cyan

Color Codes

All color formats for development

HEX
#26B3BA
RGB
rgb(38, 179, 186)
HSL
hsl(183, 66%, 44%)
OKLCH
oklch(0.7 0.112 200.2)
CMYK
cmyk(80%, 4%, 0%, 27%)

Accessibility

WCAG contrast compliance

On White Background

2.55:1

AA AAA

On Black Background

8.24:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E1F8
200
#C8F2
300
#9EE7
400
#6BDB
500
#41D0
600
#26B3
700
#1E8E
800
#1666
900
#0E41
950
#0929

Shades

Darker variations

1#22A1A8
2#1F8F95
3#1B7D82
4#176B70
5#13595D
6#0F484B
7#0B3638
8#082425
9#041213

Tints

Lighter variations

1#2BCAD2
2#41D1D8
3#59D6DD
4#71DCE2
5#88E2E7
6#A0E8EC
7#B8EEF0
8#D0F3F5
9#E7F9FA

Tones

Muted variations

1#2EACB3
2#35A6AB
3#3C9FA4
4#44989D
5#4B9295
6#538B8E
7#5A8486
8#617E7F
9#697778

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCFC
BackgroundsSubtle highlightsCard backgrounds
100
E1F8
#E1F8F9
Light backgroundsTable row hoverSkeleton loading
200
C8F2
#C8F2F4
Secondary backgroundsInput backgroundsDividers
300
9EE7
#9EE7EB
BordersInactive statesPlaceholder text
400
6BDB
#6BDBE1
Disabled statesSecondary iconsMuted text
500
41D0
#41D0D8
Primary brand colorCTAsActive elementsLinks
600
26B3
#26B3BA
Hover statesFocus ringsPrimary buttons hover
700
1E8E
#1E8E94
Active/pressed statesDark mode accentsSecondary text
800
1666
#16666A
Text on light backgroundsHeadingsStrong borders
900
0E41
#0E4144
Primary textHigh emphasis contentDark headings
950
0929
#09292A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F2FCFC;
  --steel-blue-100: #E1F8F9;
  --steel-blue-200: #C8F2F4;
  --steel-blue-300: #9EE7EB;
  --steel-blue-400: #6BDBE1;
  --steel-blue-500: #41D0D8;
  --steel-blue-600: #26B3BA;
  --steel-blue-700: #1E8E94;
  --steel-blue-800: #16666A;
  --steel-blue-900: #0E4144;
  --steel-blue-950: #09292A;
}
Generate More ShadesCreate PaletteConvert Color