Sky Blue
#90C6F9
BlueColor Codes
All color formats for development
HEX
#90C6F9RGB
rgb(144, 198, 249)HSL
hsl(209, 90%, 77%)OKLCH
oklch(0.808 0.092 247.6)CMYK
cmyk(42%, 20%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6AB3F7
2#45A0F5
3#208DF3
4#0C79E0
5#0A65BB
6#085195
7#063D70
8#04284B
9#021425
Tints
Lighter variations
1#9BCCFA
2#A6D1FA
3#B1D7FB
4#BCDDFB
5#C7E3FC
6#D2E8FD
7#DEEEFD
8#E9F4FE
9#F4F9FE
Tones
Muted variations
1#95C6F4
2#9AC6EF
3#9FC6E9
4#A5C5E4
5#AAC5DF
6#AFC5D9
7#B5C5D4
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 | DDEE #DDEEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DF #C0DFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90C6 #90C6F9 | BordersInactive statesPlaceholder text |
| 400 | 55A8 #55A8F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2590 #2590F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B74 #0B74D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 095C #095CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0642 #064279 | Text on light backgroundsHeadingsStrong borders |
| 900 | 042A #042A4E | Primary textHigh emphasis contentDark headings |
| 950 | 031A #031A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F8FE;
--sky-blue-100: #DDEEFD;
--sky-blue-200: #C0DFFC;
--sky-blue-300: #90C6F9;
--sky-blue-400: #55A8F6;
--sky-blue-500: #2590F4;
--sky-blue-600: #0B74D5;
--sky-blue-700: #095CAA;
--sky-blue-800: #064279;
--sky-blue-900: #042A4E;
--sky-blue-950: #031A30;
}