Sky Blue
#93B6F6
BlueColor Codes
All color formats for development
HEX
#93B6F6RGB
rgb(147, 182, 246)HSL
hsl(219, 85%, 77%)OKLCH
oklch(0.775 0.1 262.1)CMYK
cmyk(40%, 26%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E9DF3
2#4A84F0
3#266BED
4#1258DA
5#0F49B6
6#0C3B91
7#092C6D
8#061D49
9#030F24
Tints
Lighter variations
1#9DBDF7
2#A8C4F8
3#B3CBF9
4#BED3FA
5#C9DAFB
6#D4E2FB
7#DEE9FC
8#E9F0FD
9#F4F8FE
Tones
Muted variations
1#97B7F1
2#9CB8EC
3#A1BAE7
4#A6BBE2
5#ABBDDD
6#B0BED8
7#B5C0D3
8#BAC1CE
9#BFC3C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE9 #DEE9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D5 #C2D5FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92B5 #92B5F6 | BordersInactive statesPlaceholder text |
| 400 | 5A8F #5A8FF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B6F #2B6FEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1154 #1154D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D42 #0D42A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A2F #0A2F76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 061E #061E4B | Primary textHigh emphasis contentDark headings |
| 950 | 0413 #04132F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F5FE;
--sky-blue-100: #DEE9FC;
--sky-blue-200: #C2D5FA;
--sky-blue-300: #92B5F6;
--sky-blue-400: #5A8FF2;
--sky-blue-500: #2B6FEE;
--sky-blue-600: #1154D0;
--sky-blue-700: #0D42A5;
--sky-blue-800: #0A2F76;
--sky-blue-900: #061E4B;
--sky-blue-950: #04132F;
}