Steel Blue

#488E99

Cyan

Color Codes

All color formats for development

HEX
#488E99
RGB
rgb(72, 142, 153)
HSL
hsl(188, 36%, 44%)
OKLCH
oklch(0.606 0.072 208.8)
CMYK
cmyk(53%, 7%, 0%, 40%)

Accessibility

WCAG contrast compliance

On White Background

3.75:1

AA AAA

On Black Background

5.60:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F9
100
#E7F2
200
#D2E7
300
#AFD4
400
#86BD
500
#63AB
600
#488E
700
#3971
800
#2951
900
#1A34
950
#1020

Shades

Darker variations

1#418089
2#39717A
3#32636B
4#2B555C
5#24474C
6#1D393D
7#162B2E
8#0E1C1F
9#070E0F

Tints

Lighter variations

1#51A0AC
2#64ABB6
3#77B5BF
4#8AC0C8
5#9ECAD1
6#B1D5DA
7#C5DFE4
8#D8EAED
9#ECF4F6

Tones

Muted variations

1#4C8B95
2#508891
3#54858C
4#588288
5#5C7F84
6#607C80
7#64797C
8#687678
9#6C7374

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F9
#F5F9FA
BackgroundsSubtle highlightsCard backgrounds
100
E7F2
#E7F2F4
Light backgroundsTable row hoverSkeleton loading
200
D2E7
#D2E7EA
Secondary backgroundsInput backgroundsDividers
300
AFD4
#AFD4D9
BordersInactive statesPlaceholder text
400
86BD
#86BDC6
Disabled statesSecondary iconsMuted text
500
63AB
#63ABB6
Primary brand colorCTAsActive elementsLinks
600
488E
#488E99
Hover statesFocus ringsPrimary buttons hover
700
3971
#397179
Active/pressed statesDark mode accentsSecondary text
800
2951
#295157
Text on light backgroundsHeadingsStrong borders
900
1A34
#1A3437
Primary textHigh emphasis contentDark headings
950
1020
#102023
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F5F9FA;
  --steel-blue-100: #E7F2F4;
  --steel-blue-200: #D2E7EA;
  --steel-blue-300: #AFD4D9;
  --steel-blue-400: #86BDC6;
  --steel-blue-500: #63ABB6;
  --steel-blue-600: #488E99;
  --steel-blue-700: #397179;
  --steel-blue-800: #295157;
  --steel-blue-900: #1A3437;
  --steel-blue-950: #102023;
}
Generate More ShadesCreate PaletteConvert Color