Sky Blue
#90A1F9
BlueColor Codes
All color formats for development
HEX
#90A1F9RGB
rgb(144, 161, 249)HSL
hsl(230, 90%, 77%)OKLCH
oklch(0.732 0.129 274.5)CMYK
cmyk(42%, 35%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A82F7
2#4562F5
3#2043F3
4#0C2FE0
5#0A27BB
6#081F95
7#061870
8#04104B
9#020825
Tints
Lighter variations
1#9BABFA
2#A6B4FA
3#B1BDFB
4#BCC7FB
5#C7D0FC
6#D2D9FD
7#DEE3FD
8#E9ECFE
9#F4F6FE
Tones
Muted variations
1#95A5F4
2#9AA8EF
3#9FACE9
4#A5AFE4
5#AAB3DF
6#AFB6D9
7#B5BAD4
8#BABDCF
9#BFC1CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE2 #DDE2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CA #C0CAFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90A1 #90A1F9 | BordersInactive statesPlaceholder text |
| 400 | 5570 #5570F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2547 #2547F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B2D #0B2DD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0924 #0924AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0619 #061979 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0410 #04104E | Primary textHigh emphasis contentDark headings |
| 950 | 030A #030A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F3FE;
--sky-blue-100: #DDE2FD;
--sky-blue-200: #C0CAFC;
--sky-blue-300: #90A1F9;
--sky-blue-400: #5570F6;
--sky-blue-500: #2547F4;
--sky-blue-600: #0B2DD5;
--sky-blue-700: #0924AA;
--sky-blue-800: #061979;
--sky-blue-900: #04104E;
--sky-blue-950: #030A30;
}