Sky Blue
#90A8F9
BlueColor Codes
All color formats for development
HEX
#90A8F9RGB
rgb(144, 168, 249)HSL
hsl(226, 90%, 77%)OKLCH
oklch(0.746 0.12 270.7)CMYK
cmyk(42%, 33%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A8BF7
2#456EF5
3#2051F3
4#0C3DE0
5#0A33BB
6#082995
7#061F70
8#04144B
9#020A25
Tints
Lighter variations
1#9BB1FA
2#A6BAFA
3#B1C2FB
4#BCCBFB
5#C7D4FC
6#D2DCFD
7#DEE5FD
8#E9EEFE
9#F4F6FE
Tones
Muted variations
1#95ABF4
2#9AAEEF
3#9FB1E9
4#A5B3E4
5#AAB6DF
6#AFB9D9
7#B5BCD4
8#BABFCF
9#BFC2CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE5 #DDE5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CE #C0CEFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90A8 #90A8F9 | BordersInactive statesPlaceholder text |
| 400 | 557B #557BF6 | Disabled statesSecondary iconsMuted text |
| 500 | 2555 #2555F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B3A #0B3AD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 092E #092EAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0621 #062179 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0415 #04154E | Primary textHigh emphasis contentDark headings |
| 950 | 030D #030D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F4FE;
--sky-blue-100: #DDE5FD;
--sky-blue-200: #C0CEFC;
--sky-blue-300: #90A8F9;
--sky-blue-400: #557BF6;
--sky-blue-500: #2555F4;
--sky-blue-600: #0B3AD5;
--sky-blue-700: #092EAA;
--sky-blue-800: #062179;
--sky-blue-900: #04154E;
--sky-blue-950: #030D30;
}