Sky Blue
#9B9FED
BlueColor Codes
All color formats for development
HEX
#9B9FEDRGB
rgb(155, 159, 237)HSL
hsl(237, 69%, 77%)OKLCH
oklch(0.73 0.113 281)CMYK
cmyk(35%, 33%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B80E7
2#5A60E1
3#3840DB
4#252DC7
5#1E25A6
6#181E85
7#121664
8#0C0F42
9#060721
Tints
Lighter variations
1#A6A9EF
2#B0B3F0
3#BABCF2
4#C4C6F4
5#CDCFF6
6#D7D9F8
7#E1E2FA
8#EBECFB
9#F5F5FD
Tones
Muted variations
1#A0A4E9
2#A4A7E5
3#A8ABE1
4#ACAEDD
5#B0B2D9
6#B4B6D5
7#B8B9D0
8#BCBDCC
9#C0C1C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E2 #E1E2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C9 #C7C9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA0 #9CA0ED | BordersInactive statesPlaceholder text |
| 400 | 686E #686EE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D45 #3D45DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 232B #232BBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C22 #1C2297 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1418 #14186C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D0F #0D0F45 | Primary textHigh emphasis contentDark headings |
| 950 | 080A #080A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F3FD;
--sky-blue-100: #E1E2F9;
--sky-blue-200: #C7C9F5;
--sky-blue-300: #9CA0ED;
--sky-blue-400: #686EE3;
--sky-blue-500: #3D45DB;
--sky-blue-600: #232BBE;
--sky-blue-700: #1C2297;
--sky-blue-800: #14186C;
--sky-blue-900: #0D0F45;
--sky-blue-950: #080A2B;
}