Sky Blue
#95A7F3
BlueColor Codes
All color formats for development
HEX
#95A7F3RGB
rgb(149, 167, 243)HSL
hsl(229, 80%, 77%)OKLCH
oklch(0.744 0.112 273.2)CMYK
cmyk(39%, 31%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7289EF
2#4F6BEB
3#2B4EE7
4#183AD4
5#1430B1
6#10278D
7#0C1D6A
8#081347
9#040A23
Tints
Lighter variations
1#A0AFF4
2#ABB8F6
3#B5C1F7
4#C0CAF8
5#CAD3F9
6#D5DCFA
7#DFE4FB
8#EAEDFD
9#F4F6FE
Tones
Muted variations
1#9AAAEF
2#9FADEA
3#A4B0E5
4#A8B3E1
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 | C3CD #C3CDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A7 #95A7F3 | BordersInactive statesPlaceholder text |
| 400 | 5E79 #5E79ED | Disabled statesSecondary iconsMuted text |
| 500 | 3052 #3052E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1637 #1637CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 122C #122CA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D1F #0D1F73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0814 #081449 | Primary textHigh emphasis contentDark headings |
| 950 | 050D #050D2E | 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: #C3CDF8;
--sky-blue-300: #95A7F3;
--sky-blue-400: #5E79ED;
--sky-blue-500: #3052E8;
--sky-blue-600: #1637CA;
--sky-blue-700: #122CA1;
--sky-blue-800: #0D1F73;
--sky-blue-900: #081449;
--sky-blue-950: #050D2E;
}