Steel Blue
#2CA9B5
CyanColor Codes
All color formats for development
HEX
#2CA9B5RGB
rgb(44, 169, 181)HSL
hsl(185, 61%, 44%)OKLCH
oklch(0.675 0.105 204.7)CMYK
cmyk(76%, 7%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2798A3
2#238791
3#1F767E
4#1A666C
5#16555A
6#124448
7#0D3336
8#092224
9#041112
Tints
Lighter variations
1#31BFCC
2#47C7D2
3#5ECED8
4#75D5DE
5#8CDCE3
6#A3E3E9
7#BAEAEE
8#D1F1F4
9#E8F8F9
Tones
Muted variations
1#33A4AE
2#399EA7
3#4098A0
4#479299
5#4E8D92
6#55878C
7#5C8185
8#637C7E
9#697677
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F6 #E2F6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEF #CAEFF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E2 #A1E2E8 | BordersInactive statesPlaceholder text |
| 400 | 6FD3 #6FD3DC | Disabled statesSecondary iconsMuted text |
| 500 | 46C7 #46C7D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CA9 #2CA9B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2387 #238790 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1960 #196067 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103E #103E42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A26 #0A2629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FBFC;
--steel-blue-100: #E2F6F8;
--steel-blue-200: #CAEFF2;
--steel-blue-300: #A1E2E8;
--steel-blue-400: #6FD3DC;
--steel-blue-500: #46C7D2;
--steel-blue-600: #2CA9B5;
--steel-blue-700: #238790;
--steel-blue-800: #196067;
--steel-blue-900: #103E42;
--steel-blue-950: #0A2629;
}