Steel Blue
#25A5BB
CyanColor Codes
All color formats for development
HEX
#25A5BBRGB
rgb(37, 165, 187)HSL
hsl(189, 67%, 44%)OKLCH
oklch(0.666 0.108 212.5)CMYK
cmyk(80%, 12%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2194A9
2#1E8496
3#1A7383
4#166370
5#13525E
6#0F424B
7#0B3138
8#072125
9#041013
Tints
Lighter variations
1#2ABAD3
2#40C2D9
3#58CADE
4#70D2E3
5#88D9E7
6#A0E1EC
7#B7E8F1
8#CFF0F6
9#E7F7FA
Tones
Muted variations
1#2DA0B4
2#349AAC
3#3C95A5
4#43909D
5#4B8B96
6#52858E
7#5A8087
8#617B7F
9#697578
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F6 #E1F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8ED #C8EDF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DE0 #9DE0EC | BordersInactive statesPlaceholder text |
| 400 | 6AD0 #6AD0E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FC2 #3FC2D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25A5 #25A5BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D83 #1D8395 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 155E #155E6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3C #0D3C44 | 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: #E1F6F9;
--steel-blue-200: #C8EDF4;
--steel-blue-300: #9DE0EC;
--steel-blue-400: #6AD0E2;
--steel-blue-500: #3FC2D9;
--steel-blue-600: #25A5BB;
--steel-blue-700: #1D8395;
--steel-blue-800: #155E6A;
--steel-blue-900: #0D3C44;
--steel-blue-950: #08252B;
}