Sky Blue
#90B1F9
BlueColor Codes
All color formats for development
HEX
#90B1F9RGB
rgb(144, 177, 249)HSL
hsl(221, 90%, 77%)OKLCH
oklch(0.764 0.11 265)CMYK
cmyk(42%, 29%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A97F7
2#457DF5
3#2063F3
4#0C4FE0
5#0A42BB
6#083595
7#062770
8#041A4B
9#020D25
Tints
Lighter variations
1#9BB9FA
2#A6C1FA
3#B1C8FB
4#BCD0FB
5#C7D8FC
6#D2E0FD
7#DEE8FD
8#E9EFFE
9#F4F7FE
Tones
Muted variations
1#95B3F4
2#9AB5EF
3#9FB7E9
4#A5B9E4
5#AABBDF
6#AFBDD9
7#B5BFD4
8#BAC0CF
9#BFC2CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE7 #DDE7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D3 #C0D3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90B1 #90B1F9 | BordersInactive statesPlaceholder text |
| 400 | 5588 #5588F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2566 #2566F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B4B #0B4BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 093C #093CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 062B #062B79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 041B #041B4E | Primary textHigh emphasis contentDark headings |
| 950 | 0311 #031130 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F5FE;
--sky-blue-100: #DDE7FD;
--sky-blue-200: #C0D3FC;
--sky-blue-300: #90B1F9;
--sky-blue-400: #5588F6;
--sky-blue-500: #2566F4;
--sky-blue-600: #0B4BD5;
--sky-blue-700: #093CAA;
--sky-blue-800: #062B79;
--sky-blue-900: #041B4E;
--sky-blue-950: #031130;
}