Sky Blue
#90ACF9
BlueColor Codes
All color formats for development
HEX
#90ACF9RGB
rgb(144, 172, 249)HSL
hsl(224, 90%, 77%)OKLCH
oklch(0.754 0.116 268.3)CMYK
cmyk(42%, 31%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A90F7
2#4574F5
3#2058F3
4#0C44E0
5#0A39BB
6#082E95
7#062270
8#04174B
9#020B25
Tints
Lighter variations
1#9BB4FA
2#A6BCFA
3#B1C5FB
4#BCCDFB
5#C7D5FC
6#D2DEFD
7#DEE6FD
8#E9EEFE
9#F4F7FE
Tones
Muted variations
1#95AEF4
2#9AB1EF
3#9FB3E9
4#A5B6E4
5#AAB8DF
6#AFBAD9
7#B5BDD4
8#BABFCF
9#BFC2CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE6 #DDE6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D0 #C0D0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90AC #90ACF9 | BordersInactive statesPlaceholder text |
| 400 | 5580 #5580F6 | Disabled statesSecondary iconsMuted text |
| 500 | 255C #255CF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B41 #0B41D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0934 #0934AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0625 #062579 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0418 #04184E | Primary textHigh emphasis contentDark headings |
| 950 | 030F #030F30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F4FE;
--sky-blue-100: #DDE6FD;
--sky-blue-200: #C0D0FC;
--sky-blue-300: #90ACF9;
--sky-blue-400: #5580F6;
--sky-blue-500: #255CF4;
--sky-blue-600: #0B41D5;
--sky-blue-700: #0934AA;
--sky-blue-800: #062579;
--sky-blue-900: #04184E;
--sky-blue-950: #030F30;
}