Sky Blue
#90B5F9
BlueColor Codes
All color formats for development
HEX
#90B5F9RGB
rgb(144, 181, 249)HSL
hsl(219, 90%, 77%)OKLCH
oklch(0.772 0.106 262.2)CMYK
cmyk(42%, 27%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A9CF7
2#4583F5
3#206AF3
4#0C56E0
5#0A48BB
6#083995
7#062B70
8#041D4B
9#020E25
Tints
Lighter variations
1#9BBCFA
2#A6C3FA
3#B1CBFB
4#BCD2FB
5#C7DAFC
6#D2E1FD
7#DEE9FD
8#E9F0FE
9#F4F8FE
Tones
Muted variations
1#95B6F4
2#9AB8EF
3#9FB9E9
4#A5BBE4
5#AABCDF
6#AFBED9
7#B5C0D4
8#BAC1CF
9#BFC3CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE8 #DDE8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D5 #C0D5FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90B5 #90B5F9 | BordersInactive statesPlaceholder text |
| 400 | 558E #558EF6 | Disabled statesSecondary iconsMuted text |
| 500 | 256D #256DF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B52 #0B52D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0941 #0941AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 062F #062F79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 041E #041E4E | Primary textHigh emphasis contentDark headings |
| 950 | 0313 #031330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F5FE;
--sky-blue-100: #DDE8FD;
--sky-blue-200: #C0D5FC;
--sky-blue-300: #90B5F9;
--sky-blue-400: #558EF6;
--sky-blue-500: #256DF4;
--sky-blue-600: #0B52D5;
--sky-blue-700: #0941AA;
--sky-blue-800: #062F79;
--sky-blue-900: #041E4E;
--sky-blue-950: #031330;
}