Sky Blue
#96ADF3
BlueColor Codes
All color formats for development
HEX
#96ADF3RGB
rgb(150, 173, 243)HSL
hsl(225, 79%, 77%)OKLCH
oklch(0.757 0.104 269.8)CMYK
cmyk(38%, 29%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7392EF
2#5076EA
3#2D5BE6
4#1947D3
5#153BB0
6#10308D
7#0C2469
8#081846
9#040C23
Tints
Lighter variations
1#A1B5F4
2#ABBEF5
3#B6C6F6
4#C0CEF8
5#CBD6F9
6#D5DEFA
7#E0E6FB
8#EAEFFD
9#F5F7FE
Tones
Muted variations
1#9BAFEE
2#9FB2E9
3#A4B4E5
4#A9B6E0
5#ADB9DC
6#B2BBD7
7#B6BDD2
8#BBC0CE
9#C0C2C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE6 #DFE6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D1 #C4D1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96AD #96ADF3 | BordersInactive statesPlaceholder text |
| 400 | 5F82 #5F82EC | Disabled statesSecondary iconsMuted text |
| 500 | 325F #325FE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1844 #1844C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1336 #1336A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D27 #0D2772 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0919 #091949 | Primary textHigh emphasis contentDark headings |
| 950 | 050F #050F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F4FD;
--sky-blue-100: #DFE6FB;
--sky-blue-200: #C4D1F8;
--sky-blue-300: #96ADF3;
--sky-blue-400: #5F82EC;
--sky-blue-500: #325FE7;
--sky-blue-600: #1844C9;
--sky-blue-700: #1336A0;
--sky-blue-800: #0D2772;
--sky-blue-900: #091949;
--sky-blue-950: #050F2E;
}