Sky Blue
#93A8F6
BlueColor Codes
All color formats for development
HEX
#93A8F6RGB
rgb(147, 168, 246)HSL
hsl(227, 85%, 77%)OKLCH
oklch(0.746 0.115 271.9)CMYK
cmyk(40%, 32%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E8BF3
2#4A6EF0
3#2651ED
4#123DDA
5#0F33B6
6#0C2991
7#091F6D
8#061449
9#030A24
Tints
Lighter variations
1#9DB1F7
2#A8B9F8
3#B3C2F9
4#BECBFA
5#C9D4FB
6#D4DCFB
7#DEE5FC
8#E9EEFD
9#F4F6FE
Tones
Muted variations
1#97ABF1
2#9CAEEC
3#A1B1E7
4#A6B3E2
5#ABB6DD
6#B0B9D8
7#B5BCD3
8#BABFCE
9#BFC2C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE5 #DEE5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CE #C2CEFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92A8 #92A8F6 | BordersInactive statesPlaceholder text |
| 400 | 5A7B #5A7BF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B55 #2B55EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 113A #113AD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D2E #0D2EA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A21 #0A2176 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0615 #06154B | Primary textHigh emphasis contentDark headings |
| 950 | 040D #040D2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F4FE;
--sky-blue-100: #DEE5FC;
--sky-blue-200: #C2CEFA;
--sky-blue-300: #92A8F6;
--sky-blue-400: #5A7BF2;
--sky-blue-500: #2B55EE;
--sky-blue-600: #113AD0;
--sky-blue-700: #0D2EA5;
--sky-blue-800: #0A2176;
--sky-blue-900: #06154B;
--sky-blue-950: #040D2F;
}