Sky Blue
#95A4F3
BlueColor Codes
All color formats for development
HEX
#95A4F3RGB
rgb(149, 164, 243)HSL
hsl(230, 80%, 77%)OKLCH
oklch(0.738 0.116 275)CMYK
cmyk(39%, 33%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7287EF
2#4F69EB
3#2B4BE7
4#1837D4
5#142EB1
6#10258D
7#0C1B6A
8#081247
9#040923
Tints
Lighter variations
1#A0AEF4
2#ABB7F6
3#B5C0F7
4#C0C9F8
5#CAD2F9
6#D5DBFA
7#DFE4FB
8#EAEDFD
9#F4F6FE
Tones
Muted variations
1#9AA8EF
2#9FABEA
3#A4AEE5
4#A8B2E1
5#ADB5DC
6#B2B8D7
7#B6BBD2
8#BBBECE
9#C0C1C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE4 #DFE4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CC #C3CCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A5 #95A5F3 | BordersInactive statesPlaceholder text |
| 400 | 5E76 #5E76ED | Disabled statesSecondary iconsMuted text |
| 500 | 304F #304FE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1634 #1634CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 122A #122AA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D1E #0D1E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0813 #081349 | Primary textHigh emphasis contentDark headings |
| 950 | 050C #050C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F3FD;
--sky-blue-100: #DFE4FB;
--sky-blue-200: #C3CCF8;
--sky-blue-300: #95A5F3;
--sky-blue-400: #5E76ED;
--sky-blue-500: #304FE8;
--sky-blue-600: #1634CA;
--sky-blue-700: #122AA1;
--sky-blue-800: #0D1E73;
--sky-blue-900: #081349;
--sky-blue-950: #050C2E;
}