Steel Blue
#25A7BB
CyanColor Codes
All color formats for development
HEX
#25A7BBRGB
rgb(37, 167, 187)HSL
hsl(188, 67%, 44%)OKLCH
oklch(0.671 0.109 210.8)CMYK
cmyk(80%, 11%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2197A9
2#1E8696
3#1A7583
4#166470
5#13545E
6#0F434B
7#0B3238
8#072125
9#041113
Tints
Lighter variations
1#2ABDD3
2#40C5D9
3#58CCDE
4#70D3E3
5#88DBE7
6#A0E2EC
7#B7E9F1
8#CFF0F6
9#E7F8FA
Tones
Muted variations
1#2DA2B4
2#349CAC
3#3C97A5
4#43919D
5#4B8C96
6#52868E
7#5A8187
8#617B7F
9#697678
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 | C8EE #C8EEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DE1 #9DE1EC | BordersInactive statesPlaceholder text |
| 400 | 6AD2 #6AD2E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FC5 #3FC5D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25A7 #25A7BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D85 #1D8595 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 155F #155F6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3D #0D3D44 | Primary textHigh emphasis contentDark headings |
| 950 | 0826 #08262B | 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: #C8EEF4;
--steel-blue-300: #9DE1EC;
--steel-blue-400: #6AD2E2;
--steel-blue-500: #3FC5D9;
--steel-blue-600: #25A7BB;
--steel-blue-700: #1D8595;
--steel-blue-800: #155F6A;
--steel-blue-900: #0D3D44;
--steel-blue-950: #08262B;
}