Sky Blue
#90CAF9
BlueColor Codes
All color formats for development
HEX
#90CAF9RGB
rgb(144, 202, 249)HSL
hsl(207, 90%, 77%)OKLCH
oklch(0.816 0.09 243.6)CMYK
cmyk(42%, 19%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6AB8F7
2#45A6F5
3#2094F3
4#0C80E0
5#0A6BBB
6#085695
7#064070
8#042B4B
9#021525
Tints
Lighter variations
1#9BCFFA
2#A6D4FA
3#B1DAFB
4#BCDFFB
5#C7E4FC
6#D2EAFD
7#DEEFFD
8#E9F4FE
9#F4FAFE
Tones
Muted variations
1#95C9F4
2#9AC9EF
3#9FC8E9
4#A5C8E4
5#AAC7DF
6#AFC6D9
7#B5C6D4
8#BAC5CF
9#BFC5CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEF #DDEFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E1 #C0E1FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90CA #90CAF9 | BordersInactive statesPlaceholder text |
| 400 | 55AE #55AEF6 | Disabled statesSecondary iconsMuted text |
| 500 | 2597 #2597F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B7A #0B7AD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0961 #0961AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0645 #064579 | Text on light backgroundsHeadingsStrong borders |
| 900 | 042C #042C4E | Primary textHigh emphasis contentDark headings |
| 950 | 031C #031C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F8FE;
--sky-blue-100: #DDEFFD;
--sky-blue-200: #C0E1FC;
--sky-blue-300: #90CAF9;
--sky-blue-400: #55AEF6;
--sky-blue-500: #2597F4;
--sky-blue-600: #0B7AD5;
--sky-blue-700: #0961AA;
--sky-blue-800: #064579;
--sky-blue-900: #042C4E;
--sky-blue-950: #031C30;
}