Sky Blue
#90AFF9
BlueColor Codes
All color formats for development
HEX
#90AFF9RGB
rgb(144, 175, 249)HSL
hsl(222, 90%, 77%)OKLCH
oklch(0.76 0.112 266.4)CMYK
cmyk(42%, 30%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A95F7
2#457AF5
3#205FF3
4#0C4BE0
5#0A3FBB
6#083295
7#062670
8#04194B
9#020D25
Tints
Lighter variations
1#9BB7FA
2#A6BFFA
3#B1C7FB
4#BCCFFB
5#C7D7FC
6#D2DFFD
7#DEE7FD
8#E9EFFE
9#F4F7FE
Tones
Muted variations
1#95B1F4
2#9AB3EF
3#9FB6E9
4#A5B8E4
5#AABADF
6#AFBCD9
7#B5BED4
8#BAC0CF
9#BFC2CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE7 #DDE7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D2 #C0D2FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90AF #90AFF9 | BordersInactive statesPlaceholder text |
| 400 | 5586 #5586F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2563 #2563F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B48 #0B48D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0939 #0939AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0629 #062979 | Text on light backgroundsHeadingsStrong borders |
| 900 | 041A #041A4E | Primary textHigh emphasis contentDark headings |
| 950 | 0310 #031030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F5FE;
--sky-blue-100: #DDE7FD;
--sky-blue-200: #C0D2FC;
--sky-blue-300: #90AFF9;
--sky-blue-400: #5586F6;
--sky-blue-500: #2563F4;
--sky-blue-600: #0B48D5;
--sky-blue-700: #0939AA;
--sky-blue-800: #062979;
--sky-blue-900: #041A4E;
--sky-blue-950: #031030;
}