Sky Blue
#909BF9
BlueColor Codes
All color formats for development
HEX
#909BF9RGB
rgb(144, 155, 249)HSL
hsl(234, 90%, 77%)OKLCH
oklch(0.72 0.137 277.3)CMYK
cmyk(42%, 38%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A78F7
2#4557F5
3#2035F3
4#0C21E0
5#0A1BBB
6#081695
7#061070
8#040B4B
9#020525
Tints
Lighter variations
1#9BA4FA
2#A6AEFA
3#B1B8FB
4#BCC2FB
5#C7CDFC
6#D2D7FD
7#DEE1FD
8#E9EBFE
9#F4F5FE
Tones
Muted variations
1#959EF4
2#9AA3EF
3#9FA7E9
4#A5ABE4
5#AAAFDF
6#AFB3D9
7#B5B8D4
8#BABCCF
9#BFC0CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE0 #DDE0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C6 #C0C6FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 909A #909AF9 | BordersInactive statesPlaceholder text |
| 400 | 5565 #5565F6 | Disabled statesSecondary iconsMuted text |
| 500 | 253A #253AF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B1F #0B1FD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0919 #0919AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0612 #061279 | Text on light backgroundsHeadingsStrong borders |
| 900 | 040B #040B4E | Primary textHigh emphasis contentDark headings |
| 950 | 0307 #030730 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F2FE;
--sky-blue-100: #DDE0FD;
--sky-blue-200: #C0C6FC;
--sky-blue-300: #909AF9;
--sky-blue-400: #5565F6;
--sky-blue-500: #253AF4;
--sky-blue-600: #0B1FD5;
--sky-blue-700: #0919AA;
--sky-blue-800: #061279;
--sky-blue-900: #040B4E;
--sky-blue-950: #030730;
}