Steel Blue

#30A8B0

Cyan

Color Codes

All color formats for development

HEX
#30A8B0
RGB
rgb(48, 168, 176)
HSL
hsl(184, 57%, 44%)
OKLCH
oklch(0.671 0.102 201.7)
CMYK
cmyk(73%, 5%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

2.86:1

AA AAA

On Black Background

7.35:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FB
100
#E3F6
200
#CBEE
300
#A3E1
400
#73D2
500
#4BC5
600
#30A8
700
#2685
800
#1B5F
900
#123D
950
#0B26

Shades

Darker variations

1#2B979F
2#27868D
3#22757B
4#1D656A
5#185458
6#134346
7#0E3235
8#0A2223
9#051112

Tints

Lighter variations

1#36BDC7
2#4CC5CE
3#62CCD4
4#78D4DA
5#8FDBE0
6#A5E2E6
7#BCE9ED
8#D2F1F3
9#E9F8F9

Tones

Muted variations

1#37A2AA
2#3D9DA3
3#43979D
4#4A9197
5#508C90
6#57868A
7#5D8183
8#637B7D
9#6A7677

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FB
#F3FBFC
BackgroundsSubtle highlightsCard backgrounds
100
E3F6
#E3F6F7
Light backgroundsTable row hoverSkeleton loading
200
CBEE
#CBEEF1
Secondary backgroundsInput backgroundsDividers
300
A3E1
#A3E1E6
BordersInactive statesPlaceholder text
400
73D2
#73D2D9
Disabled statesSecondary iconsMuted text
500
4BC5
#4BC5CE
Primary brand colorCTAsActive elementsLinks
600
30A8
#30A8B0
Hover statesFocus ringsPrimary buttons hover
700
2685
#26858C
Active/pressed statesDark mode accentsSecondary text
800
1B5F
#1B5F64
Text on light backgroundsHeadingsStrong borders
900
123D
#123D40
Primary textHigh emphasis contentDark headings
950
0B26
#0B2628
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3FBFC;
  --steel-blue-100: #E3F6F7;
  --steel-blue-200: #CBEEF1;
  --steel-blue-300: #A3E1E6;
  --steel-blue-400: #73D2D9;
  --steel-blue-500: #4BC5CE;
  --steel-blue-600: #30A8B0;
  --steel-blue-700: #26858C;
  --steel-blue-800: #1B5F64;
  --steel-blue-900: #123D40;
  --steel-blue-950: #0B2628;
}
Generate More ShadesCreate PaletteConvert Color