Sky Blue
#93B1F6
BlueColor Codes
All color formats for development
HEX
#93B1F6RGB
rgb(147, 177, 246)HSL
hsl(222, 85%, 77%)OKLCH
oklch(0.765 0.105 265.9)CMYK
cmyk(40%, 28%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E96F3
2#4A7CF0
3#2661ED
4#124EDA
5#0F41B6
6#0C3491
7#09276D
8#061A49
9#030D24
Tints
Lighter variations
1#9DB8F7
2#A8C0F8
3#B3C8F9
4#BED0FA
5#C9D8FB
6#D4E0FB
7#DEE7FC
8#E9EFFD
9#F4F7FE
Tones
Muted variations
1#97B2F1
2#9CB4EC
3#A1B6E7
4#A6B8E2
5#ABBADD
6#B0BCD8
7#B5BED3
8#BAC0CE
9#BFC2C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE7 #DEE7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D3 #C2D3FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92B0 #92B0F6 | BordersInactive statesPlaceholder text |
| 400 | 5A87 #5A87F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B65 #2B65EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 114A #114AD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D3B #0D3BA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A2A #0A2A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 061B #061B4B | Primary textHigh emphasis contentDark headings |
| 950 | 0411 #04112F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F5FE;
--sky-blue-100: #DEE7FC;
--sky-blue-200: #C2D3FA;
--sky-blue-300: #92B0F6;
--sky-blue-400: #5A87F2;
--sky-blue-500: #2B65EE;
--sky-blue-600: #114AD0;
--sky-blue-700: #0D3BA5;
--sky-blue-800: #0A2A76;
--sky-blue-900: #061B4B;
--sky-blue-950: #04112F;
}