Sky Blue
#90AAF9
BlueColor Codes
All color formats for development
HEX
#90AAF9RGB
rgb(144, 170, 249)HSL
hsl(225, 90%, 77%)OKLCH
oklch(0.75 0.118 269.5)CMYK
cmyk(42%, 32%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A8DF7
2#4571F5
3#2055F3
4#0C41E0
5#0A36BB
6#082B95
7#062070
8#04164B
9#020B25
Tints
Lighter variations
1#9BB2FA
2#A6BBFA
3#B1C3FB
4#BCCCFB
5#C7D4FC
6#D2DDFD
7#DEE5FD
8#E9EEFE
9#F4F6FE
Tones
Muted variations
1#95ADF4
2#9AAFEF
3#9FB2E9
4#A5B5E4
5#AAB7DF
6#AFBAD9
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 | C0CF #C0CFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90AA #90AAF9 | BordersInactive statesPlaceholder text |
| 400 | 557E #557EF6 | Disabled statesSecondary iconsMuted text |
| 500 | 2559 #2559F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B3E #0B3ED5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0931 #0931AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0623 #062379 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0416 #04164E | Primary textHigh emphasis contentDark headings |
| 950 | 030E #030E30 | 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: #C0CFFC;
--sky-blue-300: #90AAF9;
--sky-blue-400: #557EF6;
--sky-blue-500: #2559F4;
--sky-blue-600: #0B3ED5;
--sky-blue-700: #0931AA;
--sky-blue-800: #062379;
--sky-blue-900: #04164E;
--sky-blue-950: #030E30;
}