Sky Blue
#93AFF6
BlueColor Codes
All color formats for development
HEX
#93AFF6RGB
rgb(147, 175, 246)HSL
hsl(223, 85%, 77%)OKLCH
oklch(0.76 0.107 267.3)CMYK
cmyk(40%, 29%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E94F3
2#4A79F0
3#265EED
4#124ADA
5#0F3EB6
6#0C3291
7#09256D
8#061949
9#030C24
Tints
Lighter variations
1#9DB7F7
2#A8BFF8
3#B3C7F9
4#BECFFA
5#C9D7FB
6#D4DFFB
7#DEE7FC
8#E9EFFD
9#F4F7FE
Tones
Muted variations
1#97B1F1
2#9CB3EC
3#A1B5E7
4#A6B7E2
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 | C2D2 #C2D2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92AF #92AFF6 | BordersInactive statesPlaceholder text |
| 400 | 5A85 #5A85F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B62 #2B62EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1147 #1147D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D38 #0D38A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A28 #0A2876 | Text on light backgroundsHeadingsStrong borders |
| 900 | 061A #061A4B | Primary textHigh emphasis contentDark headings |
| 950 | 0410 #04102F | 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: #C2D2FA;
--sky-blue-300: #92AFF6;
--sky-blue-400: #5A85F2;
--sky-blue-500: #2B62EE;
--sky-blue-600: #1147D0;
--sky-blue-700: #0D38A5;
--sky-blue-800: #0A2876;
--sky-blue-900: #061A4B;
--sky-blue-950: #04102F;
}