Sky Blue
#95A0F3
BlueColor Codes
All color formats for development
HEX
#95A0F3RGB
rgb(149, 160, 243)HSL
hsl(233, 80%, 77%)OKLCH
oklch(0.73 0.121 277.2)CMYK
cmyk(39%, 34%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7281EF
2#4F61EB
3#2B41E7
4#182ED4
5#1426B1
6#101E8D
7#0C176A
8#080F47
9#040823
Tints
Lighter variations
1#A0AAF4
2#ABB3F6
3#B5BDF7
4#C0C6F8
5#CAD0F9
6#D5D9FA
7#DFE3FB
8#EAECFD
9#F4F6FE
Tones
Muted variations
1#9AA4EF
2#9FA8EA
3#A4ABE5
4#A8AFE1
5#ADB2DC
6#B2B6D7
7#B6BAD2
8#BBBDCE
9#C0C1C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE2 #DFE2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CA #C3CAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A0 #95A0F3 | BordersInactive statesPlaceholder text |
| 400 | 5E6F #5E6FED | Disabled statesSecondary iconsMuted text |
| 500 | 3046 #3046E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 162B #162BCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1223 #1223A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D19 #0D1973 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0810 #081049 | Primary textHigh emphasis contentDark headings |
| 950 | 050A #050A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F3FD;
--sky-blue-100: #DFE2FB;
--sky-blue-200: #C3CAF8;
--sky-blue-300: #95A0F3;
--sky-blue-400: #5E6FED;
--sky-blue-500: #3046E8;
--sky-blue-600: #162BCA;
--sky-blue-700: #1223A1;
--sky-blue-800: #0D1973;
--sky-blue-900: #081049;
--sky-blue-950: #050A2E;
}