Sky Blue
#90D9F9
BlueColor Codes
All color formats for development
HEX
#90D9F9RGB
rgb(144, 217, 249)HSL
hsl(198, 90%, 77%)OKLCH
oklch(0.849 0.085 227.5)CMYK
cmyk(42%, 13%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6ACDF7
2#45C0F5
3#20B4F3
4#0CA0E0
5#0A86BB
6#086B95
7#065070
8#04354B
9#021B25
Tints
Lighter variations
1#9BDDFA
2#A6E1FA
3#B1E5FB
4#BCE8FB
5#C7ECFC
6#D2F0FD
7#DEF4FD
8#E9F7FE
9#F4FBFE
Tones
Muted variations
1#95D7F4
2#9AD5EF
3#9FD3E9
4#A5D1E4
5#AACFDF
6#AFCDD9
7#B5CBD4
8#BAC9CF
9#BFC6CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF4 #DDF4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0EA #C0EAFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90D9 #90D9F9 | BordersInactive statesPlaceholder text |
| 400 | 55C6 #55C6F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25B6 #25B6F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B99 #0B99D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0979 #0979AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0657 #065779 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0437 #04374E | Primary textHigh emphasis contentDark headings |
| 950 | 0323 #032330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FAFE;
--sky-blue-100: #DDF4FD;
--sky-blue-200: #C0EAFC;
--sky-blue-300: #90D9F9;
--sky-blue-400: #55C6F6;
--sky-blue-500: #25B6F4;
--sky-blue-600: #0B99D5;
--sky-blue-700: #0979AA;
--sky-blue-800: #065779;
--sky-blue-900: #04374E;
--sky-blue-950: #032330;
}