Sky Blue
#90ADF9
BlueColor Codes
All color formats for development
HEX
#90ADF9RGB
rgb(144, 173, 249)HSL
hsl(223, 90%, 77%)OKLCH
oklch(0.756 0.115 267.7)CMYK
cmyk(42%, 31%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A92F7
2#4577F5
3#205CF3
4#0C48E0
5#0A3CBB
6#083095
7#062470
8#04184B
9#020C25
Tints
Lighter variations
1#9BB6FA
2#A6BEFA
3#B1C6FB
4#BCCEFB
5#C7D6FC
6#D2DEFD
7#DEE7FD
8#E9EFFE
9#F4F7FE
Tones
Muted variations
1#95B0F4
2#9AB2EF
3#9FB4E9
4#A5B7E4
5#AAB9DF
6#AFBBD9
7#B5BDD4
8#BAC0CF
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 | C0D1 #C0D1FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90AD #90ADF9 | BordersInactive statesPlaceholder text |
| 400 | 5583 #5583F6 | Disabled statesSecondary iconsMuted text |
| 500 | 255F #255FF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B44 #0B44D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0936 #0936AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0627 #062779 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0419 #04194E | Primary textHigh emphasis contentDark headings |
| 950 | 0310 #031030 | 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: #C0D1FC;
--sky-blue-300: #90ADF9;
--sky-blue-400: #5583F6;
--sky-blue-500: #255FF4;
--sky-blue-600: #0B44D5;
--sky-blue-700: #0936AA;
--sky-blue-800: #062779;
--sky-blue-900: #04194E;
--sky-blue-950: #031030;
}