Sky Blue
#94AFF5
BlueColor Codes
All color formats for development
HEX
#94AFF5RGB
rgb(148, 175, 245)HSL
hsl(223, 83%, 77%)OKLCH
oklch(0.761 0.106 267.7)CMYK
cmyk(40%, 29%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7095F2
2#4C7AEE
3#285FEB
4#144BD8
5#113FB4
6#0D3290
7#0A266C
8#071948
9#030D24
Tints
Lighter variations
1#9EB7F6
2#A9BFF7
3#B4C7F8
4#BFCFF9
5#C9D7FA
6#D4DFFB
7#DFE7FC
8#EAEFFD
9#F4F7FE
Tones
Muted variations
1#99B1F0
2#9DB3EB
3#A2B6E6
4#A7B8E2
5#ACBADD
6#B1BCD8
7#B6BED3
8#BBC0CE
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 #C2D2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94AF #94AFF5 | BordersInactive statesPlaceholder text |
| 400 | 5C86 #5C86F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D63 #2D63EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1348 #1348CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F39 #0F39A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B29 #0B2975 | Text on light backgroundsHeadingsStrong borders |
| 900 | 071A #071A4B | 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: #C2D2F9;
--sky-blue-300: #94AFF5;
--sky-blue-400: #5C86F0;
--sky-blue-500: #2D63EB;
--sky-blue-600: #1348CD;
--sky-blue-700: #0F39A3;
--sky-blue-800: #0B2975;
--sky-blue-900: #071A4B;
--sky-blue-950: #04102F;
}