Sky Blue
#9BA2ED
BlueColor Codes
All color formats for development
HEX
#9BA2EDRGB
rgb(155, 162, 237)HSL
hsl(235, 69%, 77%)OKLCH
oklch(0.736 0.109 279.3)CMYK
cmyk(35%, 32%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B84E7
2#5A65E1
3#3846DB
4#2532C7
5#1E2AA6
6#182185
7#121964
8#0C1142
9#060821
Tints
Lighter variations
1#A6ACEF
2#B0B5F0
3#BABEF2
4#C4C8F4
5#CDD1F6
6#D7DAF8
7#E1E3FA
8#EBEDFB
9#F5F6FD
Tones
Muted variations
1#A0A6E9
2#A4A9E5
3#A8ADE1
4#ACB0DD
5#B0B3D9
6#B4B7D5
7#B8BAD0
8#BCBECC
9#C0C1C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E3 #E1E3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CB #C7CBF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA3 #9CA3ED | BordersInactive statesPlaceholder text |
| 400 | 6872 #6872E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D4A #3D4ADB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2330 #2330BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C26 #1C2697 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 141B #141B6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D11 #0D1145 | Primary textHigh emphasis contentDark headings |
| 950 | 080B #080B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F3FD;
--sky-blue-100: #E1E3F9;
--sky-blue-200: #C7CBF5;
--sky-blue-300: #9CA3ED;
--sky-blue-400: #6872E3;
--sky-blue-500: #3D4ADB;
--sky-blue-600: #2330BE;
--sky-blue-700: #1C2697;
--sky-blue-800: #141B6C;
--sky-blue-900: #0D1145;
--sky-blue-950: #080B2B;
}