Sky Blue
#90A7F9
BlueColor Codes
All color formats for development
HEX
#90A7F9RGB
rgb(144, 167, 249)HSL
hsl(227, 90%, 77%)OKLCH
oklch(0.744 0.122 271.3)CMYK
cmyk(42%, 33%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A89F7
2#456BF5
3#204DF3
4#0C3AE0
5#0A30BB
6#082695
7#061D70
8#04134B
9#020A25
Tints
Lighter variations
1#9BAFFA
2#A6B8FA
3#B1C1FB
4#BCCAFB
5#C7D3FC
6#D2DCFD
7#DEE4FD
8#E9EDFE
9#F4F6FE
Tones
Muted variations
1#95A9F4
2#9AACEF
3#9FAFE9
4#A5B2E4
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 | C0CD #C0CDFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90A6 #90A6F9 | BordersInactive statesPlaceholder text |
| 400 | 5578 #5578F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2552 #2552F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B37 #0B37D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 092C #092CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 061F #061F79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0414 #04144E | 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: #C0CDFC;
--sky-blue-300: #90A6F9;
--sky-blue-400: #5578F6;
--sky-blue-500: #2552F4;
--sky-blue-600: #0B37D5;
--sky-blue-700: #092CAA;
--sky-blue-800: #061F79;
--sky-blue-900: #04144E;
--sky-blue-950: #030C30;
}