Steel Blue

#25A2BB

Cyan

Color Codes

All color formats for development

HEX
#25A2BB
RGB
rgb(37, 162, 187)
HSL
hsl(190, 67%, 44%)
OKLCH
oklch(0.659 0.108 215.1)
CMYK
cmyk(80%, 13%, 0%, 27%)

Accessibility

WCAG contrast compliance

On White Background

3.02:1

AA AAA

On Black Background

6.96:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FB
100
#E1F5
200
#C8ED
300
#9DDF
400
#6ACE
500
#3FC0
600
#25A2
700
#1D81
800
#155C
900
#0D3B
950
#0825

Shades

Darker variations

1#2192A9
2#1E8296
3#1A7283
4#166170
5#13515E
6#0F414B
7#0B3138
8#072025
9#041013

Tints

Lighter variations

1#2AB7D3
2#40C0D9
3#58C8DE
4#70D0E3
5#88D7E7
6#A0DFEC
7#B7E7F1
8#CFEFF6
9#E7F7FA

Tones

Muted variations

1#2D9DB4
2#3498AC
3#3C93A5
4#438E9D
5#4B8996
6#52848E
7#5A7F87
8#617A7F
9#697578

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FB
#F2FBFC
BackgroundsSubtle highlightsCard backgrounds
100
E1F5
#E1F5F9
Light backgroundsTable row hoverSkeleton loading
200
C8ED
#C8EDF4
Secondary backgroundsInput backgroundsDividers
300
9DDF
#9DDFEC
BordersInactive statesPlaceholder text
400
6ACE
#6ACEE2
Disabled statesSecondary iconsMuted text
500
3FC0
#3FC0D9
Primary brand colorCTAsActive elementsLinks
600
25A2
#25A2BB
Hover statesFocus ringsPrimary buttons hover
700
1D81
#1D8195
Active/pressed statesDark mode accentsSecondary text
800
155C
#155C6A
Text on light backgroundsHeadingsStrong borders
900
0D3B
#0D3B44
Primary textHigh emphasis contentDark headings
950
0825
#08252B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F2FBFC;
  --steel-blue-100: #E1F5F9;
  --steel-blue-200: #C8EDF4;
  --steel-blue-300: #9DDFEC;
  --steel-blue-400: #6ACEE2;
  --steel-blue-500: #3FC0D9;
  --steel-blue-600: #25A2BB;
  --steel-blue-700: #1D8195;
  --steel-blue-800: #155C6A;
  --steel-blue-900: #0D3B44;
  --steel-blue-950: #08252B;
}
Generate More ShadesCreate PaletteConvert Color