Sky Blue
#96AFF3
BlueColor Codes
All color formats for development
HEX
#96AFF3RGB
rgb(150, 175, 243)HSL
hsl(224, 79%, 77%)OKLCH
oklch(0.761 0.102 268.4)CMYK
cmyk(38%, 28%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7394EF
2#5079EA
3#2D5EE6
4#194AD3
5#153EB0
6#10328D
7#0C2569
8#081946
9#040C23
Tints
Lighter variations
1#A1B7F4
2#ABBFF5
3#B6C7F6
4#C0CFF8
5#CBD7F9
6#D5DFFA
7#E0E7FB
8#EAEFFD
9#F5F7FE
Tones
Muted variations
1#9BB1EE
2#9FB3E9
3#A4B5E5
4#A9B7E0
5#ADBADC
6#B2BCD7
7#B6BED2
8#BBC0CE
9#C0C2C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE7 #DFE7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D2 #C4D2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96AF #96AFF3 | BordersInactive statesPlaceholder text |
| 400 | 5F85 #5F85EC | Disabled statesSecondary iconsMuted text |
| 500 | 3262 #3262E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1847 #1847C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1338 #1338A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D28 #0D2872 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091A #091A49 | Primary textHigh emphasis contentDark headings |
| 950 | 0510 #05102E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F5FD;
--sky-blue-100: #DFE7FB;
--sky-blue-200: #C4D2F8;
--sky-blue-300: #96AFF3;
--sky-blue-400: #5F85EC;
--sky-blue-500: #3262E7;
--sky-blue-600: #1847C9;
--sky-blue-700: #1338A0;
--sky-blue-800: #0D2872;
--sky-blue-900: #091A49;
--sky-blue-950: #05102E;
}