Steel Blue
#25B1BB
CyanColor Codes
All color formats for development
HEX
#25B1BBRGB
rgb(37, 177, 187)HSL
hsl(184, 67%, 44%)OKLCH
oklch(0.696 0.111 202.5)CMYK
cmyk(80%, 5%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#21A0A9
2#1E8E96
3#1A7C83
4#166A70
5#13595E
6#0F474B
7#0B3538
8#072325
9#041213
Tints
Lighter variations
1#2AC8D3
2#40CFD9
3#58D5DE
4#70DBE3
5#88E1E7
6#A0E7EC
7#B7EDF1
8#CFF3F6
9#E7F9FA
Tones
Muted variations
1#2DABB4
2#34A4AC
3#3C9EA5
4#43979D
5#4B9196
6#528A8E
7#5A8487
8#617D7F
9#697778
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F8 #E1F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F1 #C8F1F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DE6 #9DE6EC | BordersInactive statesPlaceholder text |
| 400 | 6ADA #6ADAE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FCF #3FCFD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25B1 #25B1BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D8D #1D8D95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1565 #15656A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D40 #0D4044 | Primary textHigh emphasis contentDark headings |
| 950 | 0828 #08282B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FCFC;
--steel-blue-100: #E1F8F9;
--steel-blue-200: #C8F1F4;
--steel-blue-300: #9DE6EC;
--steel-blue-400: #6ADAE2;
--steel-blue-500: #3FCFD9;
--steel-blue-600: #25B1BB;
--steel-blue-700: #1D8D95;
--steel-blue-800: #15656A;
--steel-blue-900: #0D4044;
--steel-blue-950: #08282B;
}