Sky Blue
#93A2F6
BlueColor Codes
All color formats for development
HEX
#93A2F6RGB
rgb(147, 162, 246)HSL
hsl(231, 85%, 77%)OKLCH
oklch(0.734 0.123 275.2)CMYK
cmyk(40%, 34%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E82F3
2#4A63F0
3#2643ED
4#1230DA
5#0F28B6
6#0C2091
7#09186D
8#061049
9#030824
Tints
Lighter variations
1#9DABF7
2#A8B4F8
3#B3BEF9
4#BEC7FA
5#C9D0FB
6#D4DAFB
7#DEE3FC
8#E9ECFD
9#F4F6FE
Tones
Muted variations
1#97A5F1
2#9CA8EC
3#A1ACE7
4#A6AFE2
5#ABB3DD
6#B0B6D8
7#B5BAD3
8#BABDCE
9#BFC1C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE3 #DEE3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CA #C2CAFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92A1 #92A1F6 | BordersInactive statesPlaceholder text |
| 400 | 5A71 #5A71F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B48 #2B48EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 112D #112DD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D24 #0D24A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A1A #0A1A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0611 #06114B | Primary textHigh emphasis contentDark headings |
| 950 | 040A #040A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F3FE;
--sky-blue-100: #DEE3FC;
--sky-blue-200: #C2CAFA;
--sky-blue-300: #92A1F6;
--sky-blue-400: #5A71F2;
--sky-blue-500: #2B48EE;
--sky-blue-600: #112DD0;
--sky-blue-700: #0D24A5;
--sky-blue-800: #0A1A76;
--sky-blue-900: #06114B;
--sky-blue-950: #040A2F;
}