Steel Blue
#25B9BB
CyanColor Codes
All color formats for development
HEX
#25B9BBRGB
rgb(37, 185, 187)HSL
hsl(181, 67%, 44%)OKLCH
oklch(0.715 0.115 196.3)CMYK
cmyk(80%, 1%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#21A6A9
2#1E9496
3#1A8183
4#166F70
5#135C5E
6#0F4A4B
7#0B3738
8#072525
9#041213
Tints
Lighter variations
1#2AD0D3
2#40D7D9
3#58DCDE
4#70E1E3
5#88E6E7
6#A0EBEC
7#B7F0F1
8#CFF5F6
9#E7FAFA
Tones
Muted variations
1#2DB2B4
2#34AAAC
3#3CA3A5
4#439C9D
5#4B9596
6#528D8E
7#5A8687
8#617F7F
9#697778
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEA #9DEAEC | BordersInactive statesPlaceholder text |
| 400 | 6AE0 #6AE0E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD7 #3FD7D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25B9 #25B9BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D93 #1D9395 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1569 #15696A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D43 #0D4344 | Primary textHigh emphasis contentDark headings |
| 950 | 082A #082A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FCFC;
--steel-blue-100: #E1F9F9;
--steel-blue-200: #C8F3F4;
--steel-blue-300: #9DEAEC;
--steel-blue-400: #6AE0E2;
--steel-blue-500: #3FD7D9;
--steel-blue-600: #25B9BB;
--steel-blue-700: #1D9395;
--steel-blue-800: #15696A;
--steel-blue-900: #0D4344;
--steel-blue-950: #082A2B;
}