Steel Blue

#25AABB

Cyan

Color Codes

All color formats for development

HEX
#25AABB
RGB
rgb(37, 170, 187)
HSL
hsl(187, 67%, 44%)
OKLCH
oklch(0.678 0.109 208.2)
CMYK
cmyk(80%, 9%, 0%, 27%)

Accessibility

WCAG contrast compliance

On White Background

2.78:1

AA AAA

On Black Background

7.55:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FB
100
#E1F6
200
#C8EF
300
#9DE2
400
#6AD4
500
#3FC7
600
#25AA
700
#1D87
800
#1560
900
#0D3E
950
#0827

Shades

Darker variations

1#2199A9
2#1E8896
3#1A7783
4#166670
5#13555E
6#0F444B
7#0B3338
8#072225
9#041113

Tints

Lighter variations

1#2ABFD3
2#40C7D9
3#58CEDE
4#70D5E3
5#88DCE7
6#A0E3EC
7#B7EAF1
8#CFF1F6
9#E7F8FA

Tones

Muted variations

1#2DA4B4
2#349EAC
3#3C99A5
4#43939D
5#4B8D96
6#52878E
7#5A8187
8#617C7F
9#697678

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FB
#F2FBFC
BackgroundsSubtle highlightsCard backgrounds
100
E1F6
#E1F6F9
Light backgroundsTable row hoverSkeleton loading
200
C8EF
#C8EFF4
Secondary backgroundsInput backgroundsDividers
300
9DE2
#9DE2EC
BordersInactive statesPlaceholder text
400
6AD4
#6AD4E2
Disabled statesSecondary iconsMuted text
500
3FC7
#3FC7D9
Primary brand colorCTAsActive elementsLinks
600
25AA
#25AABB
Hover statesFocus ringsPrimary buttons hover
700
1D87
#1D8795
Active/pressed statesDark mode accentsSecondary text
800
1560
#15606A
Text on light backgroundsHeadingsStrong borders
900
0D3E
#0D3E44
Primary textHigh emphasis contentDark headings
950
0827
#08272B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F2FBFC;
  --steel-blue-100: #E1F6F9;
  --steel-blue-200: #C8EFF4;
  --steel-blue-300: #9DE2EC;
  --steel-blue-400: #6AD4E2;
  --steel-blue-500: #3FC7D9;
  --steel-blue-600: #25AABB;
  --steel-blue-700: #1D8795;
  --steel-blue-800: #15606A;
  --steel-blue-900: #0D3E44;
  --steel-blue-950: #08272B;
}
Generate More ShadesCreate PaletteConvert Color