Sky Blue
#909FF9
BlueColor Codes
All color formats for development
HEX
#909FF9RGB
rgb(144, 159, 249)HSL
hsl(231, 90%, 77%)OKLCH
oklch(0.728 0.132 275.5)CMYK
cmyk(42%, 36%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A7FF7
2#455FF5
3#203FF3
4#0C2CE0
5#0A24BB
6#081D95
7#061670
8#040F4B
9#020725
Tints
Lighter variations
1#9BA9FA
2#A6B3FA
3#B1BCFB
4#BCC6FB
5#C7CFFC
6#D2D9FD
7#DEE2FD
8#E9ECFE
9#F4F5FE
Tones
Muted variations
1#95A3F4
2#9AA7EF
3#9FAAE9
4#A5AEE4
5#AAB2DF
6#AFB6D9
7#B5B9D4
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 | C0C9 #C0C9FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 909F #909FF9 | BordersInactive statesPlaceholder text |
| 400 | 556E #556EF6 | Disabled statesSecondary iconsMuted text |
| 500 | 2544 #2544F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B2A #0B2AD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0921 #0921AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0618 #061879 | Text on light backgroundsHeadingsStrong borders |
| 900 | 040F #040F4E | Primary textHigh emphasis contentDark headings |
| 950 | 0309 #030930 | 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: #C0C9FC;
--sky-blue-300: #909FF9;
--sky-blue-400: #556EF6;
--sky-blue-500: #2544F4;
--sky-blue-600: #0B2AD5;
--sky-blue-700: #0921AA;
--sky-blue-800: #061879;
--sky-blue-900: #040F4E;
--sky-blue-950: #030930;
}