Sky Blue
#909CF9
BlueColor Codes
All color formats for development
HEX
#909CF9RGB
rgb(144, 156, 249)HSL
hsl(233, 90%, 77%)OKLCH
oklch(0.722 0.135 276.9)CMYK
cmyk(42%, 37%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A7BF7
2#455AF5
3#2038F3
4#0C25E0
5#0A1EBB
6#081895
7#061270
8#040C4B
9#020625
Tints
Lighter variations
1#9BA6FA
2#A6B0FA
3#B1BAFB
4#BCC4FB
5#C7CDFC
6#D2D7FD
7#DEE1FD
8#E9EBFE
9#F4F5FE
Tones
Muted variations
1#95A0F4
2#9AA4EF
3#9FA8E9
4#A5ACE4
5#AAB0DF
6#AFB4D9
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 | DDE1 #DDE1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C7 #C0C7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 909C #909CF9 | BordersInactive statesPlaceholder text |
| 400 | 5568 #5568F6 | Disabled statesSecondary iconsMuted text |
| 500 | 253D #253DF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B23 #0B23D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 091C #091CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0614 #061479 | Text on light backgroundsHeadingsStrong borders |
| 900 | 040D #040D4E | Primary textHigh emphasis contentDark headings |
| 950 | 0308 #030830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F2FE;
--sky-blue-100: #DDE1FD;
--sky-blue-200: #C0C7FC;
--sky-blue-300: #909CF9;
--sky-blue-400: #5568F6;
--sky-blue-500: #253DF4;
--sky-blue-600: #0B23D5;
--sky-blue-700: #091CAA;
--sky-blue-800: #061479;
--sky-blue-900: #040D4E;
--sky-blue-950: #030830;
}