Sky Blue
#9DA1EC
BlueColor Codes
All color formats for development
HEX
#9DA1ECRGB
rgb(157, 161, 236)HSL
hsl(237, 68%, 77%)OKLCH
oklch(0.735 0.108 281)CMYK
cmyk(33%, 32%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B81E6
2#5A61E0
3#3A42D9
4#262EC6
5#1F26A5
6#191E84
7#131763
8#0D0F42
9#060821
Tints
Lighter variations
1#A6AAEE
2#B0B3F0
3#BABDF2
4#C4C6F4
5#CED0F6
6#D8D9F7
7#E1E3F9
8#EBECFB
9#F5F6FD
Tones
Muted variations
1#A0A4E8
2#A4A8E4
3#A8ABE0
4#ACAFDC
5#B0B2D8
6#B4B6D4
7#B8BAD0
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 | C7CA #C7CAF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA0 #9CA0EC | BordersInactive statesPlaceholder text |
| 400 | 696F #696FE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E46 #3E46DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 242C #242CBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D23 #1D2396 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1419 #14196B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D10 #0D1045 | 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: #C7CAF4;
--sky-blue-300: #9CA0EC;
--sky-blue-400: #696FE2;
--sky-blue-500: #3E46DA;
--sky-blue-600: #242CBC;
--sky-blue-700: #1D2396;
--sky-blue-800: #14196B;
--sky-blue-900: #0D1045;
--sky-blue-950: #080A2B;
}