Sky Blue
#90A5F9
BlueColor Codes
All color formats for development
HEX
#90A5F9RGB
rgb(144, 165, 249)HSL
hsl(228, 90%, 77%)OKLCH
oklch(0.74 0.124 272.4)CMYK
cmyk(42%, 34%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A86F7
2#4568F5
3#204AF3
4#0C36E0
5#0A2DBB
6#082495
7#061B70
8#04124B
9#020925
Tints
Lighter variations
1#9BAEFA
2#A6B7FA
3#B1C0FB
4#BCC9FB
5#C7D2FC
6#D2DBFD
7#DEE4FD
8#E9EDFE
9#F4F6FE
Tones
Muted variations
1#95A8F4
2#9AABEF
3#9FAEE9
4#A5B1E4
5#AAB5DF
6#AFB8D9
7#B5BBD4
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 | DDE4 #DDE4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CC #C0CCFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90A5 #90A5F9 | BordersInactive statesPlaceholder text |
| 400 | 5576 #5576F6 | Disabled statesSecondary iconsMuted text |
| 500 | 254E #254EF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B34 #0B34D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0929 #0929AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 061D #061D79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0413 #04134E | Primary textHigh emphasis contentDark headings |
| 950 | 030C #030C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F3FE;
--sky-blue-100: #DDE4FD;
--sky-blue-200: #C0CCFC;
--sky-blue-300: #90A5F9;
--sky-blue-400: #5576F6;
--sky-blue-500: #254EF4;
--sky-blue-600: #0B34D5;
--sky-blue-700: #0929AA;
--sky-blue-800: #061D79;
--sky-blue-900: #04134E;
--sky-blue-950: #030C30;
}