Steel Blue

#2AB0B7

Cyan

Color Codes

All color formats for development

HEX
#2AB0B7
RGB
rgb(42, 176, 183)
HSL
hsl(183, 63%, 44%)
OKLCH
oklch(0.692 0.109 200.4)
CMYK
cmyk(77%, 4%, 0%, 28%)

Accessibility

WCAG contrast compliance

On White Background

2.63:1

AA AAA

On Black Background

7.99:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E2F7
200
#C9F1
300
#9FE6
400
#6ED8
500
#44CD
600
#2AB0
700
#218C
800
#1864
900
#0F40
950
#0928

Shades

Darker variations

1#259EA5
2#218D92
3#1D7B80
4#19696E
5#15585B
6#114649
7#0C3537
8#082325
9#041212

Tints

Lighter variations

1#2FC6CE
2#45CED5
3#5CD4DA
4#73DADF
5#8BE0E5
6#A2E6EA
7#B9ECEF
8#D0F3F4
9#E8F9FA

Tones

Muted variations

1#31A9B0
2#38A3A9
3#3F9DA2
4#46969B
5#4D9094
6#548A8C
7#5B8385
8#627D7E
9#697777

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCFC
BackgroundsSubtle highlightsCard backgrounds
100
E2F7
#E2F7F8
Light backgroundsTable row hoverSkeleton loading
200
C9F1
#C9F1F3
Secondary backgroundsInput backgroundsDividers
300
9FE6
#9FE6E9
BordersInactive statesPlaceholder text
400
6ED8
#6ED8DE
Disabled statesSecondary iconsMuted text
500
44CD
#44CDD5
Primary brand colorCTAsActive elementsLinks
600
2AB0
#2AB0B7
Hover statesFocus ringsPrimary buttons hover
700
218C
#218C91
Active/pressed statesDark mode accentsSecondary text
800
1864
#186468
Text on light backgroundsHeadingsStrong borders
900
0F40
#0F4043
Primary textHigh emphasis contentDark headings
950
0928
#09282A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3FCFC;
  --steel-blue-100: #E2F7F8;
  --steel-blue-200: #C9F1F3;
  --steel-blue-300: #9FE6E9;
  --steel-blue-400: #6ED8DE;
  --steel-blue-500: #44CDD5;
  --steel-blue-600: #2AB0B7;
  --steel-blue-700: #218C91;
  --steel-blue-800: #186468;
  --steel-blue-900: #0F4043;
  --steel-blue-950: #09282A;
}
Generate More ShadesCreate PaletteConvert Color