Sky Blue
#95A6F4
BlueColor Codes
All color formats for development
HEX
#95A6F4RGB
rgb(149, 166, 244)HSL
hsl(229, 81%, 77%)OKLCH
oklch(0.743 0.115 273.9)CMYK
cmyk(39%, 32%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7189F0
2#4E6BEC
3#2A4DE9
4#1639D5
5#1330B2
6#0F268E
7#0B1D6B
8#071347
9#040A24
Tints
Lighter variations
1#9FAFF5
2#AAB8F6
3#B5C1F7
4#BFCAF8
5#CAD3F9
6#D5DCFB
7#DFE4FC
8#EAEDFD
9#F4F6FE
Tones
Muted variations
1#9AA9EF
2#9EACEA
3#A3AFE6
4#A8B2E1
5#ADB5DC
6#B1B8D7
7#B6BBD3
8#BBBECE
9#C0C1C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE4 #DFE4FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CD #C3CDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A6 #95A6F4 | BordersInactive statesPlaceholder text |
| 400 | 5D78 #5D78EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F51 #2F51E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1537 #1537CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 112B #112BA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C1F #0C1F73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0814 #08144A | 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: #F1F3FE;
--sky-blue-100: #DFE4FC;
--sky-blue-200: #C3CDF9;
--sky-blue-300: #95A6F4;
--sky-blue-400: #5D78EE;
--sky-blue-500: #2F51E9;
--sky-blue-600: #1537CB;
--sky-blue-700: #112BA2;
--sky-blue-800: #0C1F73;
--sky-blue-900: #08144A;
--sky-blue-950: #050C2E;
}