Sky Blue
#90A3F9
BlueColor Codes
All color formats for development
HEX
#90A3F9RGB
rgb(144, 163, 249)HSL
hsl(229, 90%, 77%)OKLCH
oklch(0.736 0.127 273.4)CMYK
cmyk(42%, 35%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A84F7
2#4565F5
3#2046F3
4#0C33E0
5#0A2ABB
6#082295
7#061970
8#04114B
9#020825
Tints
Lighter variations
1#9BACFA
2#A6B5FA
3#B1BFFB
4#BCC8FB
5#C7D1FC
6#D2DAFD
7#DEE3FD
8#E9EDFE
9#F4F6FE
Tones
Muted variations
1#95A6F4
2#9AAAEF
3#9FADE9
4#A5B0E4
5#AAB4DF
6#AFB7D9
7#B5BAD4
8#BABECF
9#BFC1CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE3 #DDE3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CB #C0CBFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90A3 #90A3F9 | BordersInactive statesPlaceholder text |
| 400 | 5573 #5573F6 | Disabled statesSecondary iconsMuted text |
| 500 | 254B #254BF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B30 #0B30D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0926 #0926AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 061B #061B79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0412 #04124E | Primary textHigh emphasis contentDark headings |
| 950 | 030B #030B30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F3FE;
--sky-blue-100: #DDE3FD;
--sky-blue-200: #C0CBFC;
--sky-blue-300: #90A3F9;
--sky-blue-400: #5573F6;
--sky-blue-500: #254BF4;
--sky-blue-600: #0B30D5;
--sky-blue-700: #0926AA;
--sky-blue-800: #061B79;
--sky-blue-900: #04124E;
--sky-blue-950: #030B30;
}