Sky Blue
#95A2F3
BlueColor Codes
All color formats for development
HEX
#95A2F3RGB
rgb(149, 162, 243)HSL
hsl(232, 80%, 77%)OKLCH
oklch(0.734 0.118 276.1)CMYK
cmyk(39%, 33%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7283EF
2#4F64EB
3#2B44E7
4#1831D4
5#1429B1
6#10208D
7#0C186A
8#081047
9#040823
Tints
Lighter variations
1#A0ABF4
2#ABB5F6
3#B5BEF7
4#C0C7F8
5#CAD0F9
6#D5DAFA
7#DFE3FB
8#EAECFD
9#F4F6FE
Tones
Muted variations
1#9AA5EF
2#9FA9EA
3#A4ACE5
4#A8B0E1
5#ADB3DC
6#B2B7D7
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 | DFE3 #DFE3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CA #C3CAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A2 #95A2F3 | BordersInactive statesPlaceholder text |
| 400 | 5E71 #5E71ED | Disabled statesSecondary iconsMuted text |
| 500 | 3049 #3049E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 162E #162ECA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1225 #1225A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D1A #0D1A73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0811 #081149 | Primary textHigh emphasis contentDark headings |
| 950 | 050B #050B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F3FD;
--sky-blue-100: #DFE3FB;
--sky-blue-200: #C3CAF8;
--sky-blue-300: #95A2F3;
--sky-blue-400: #5E71ED;
--sky-blue-500: #3049E8;
--sky-blue-600: #162ECA;
--sky-blue-700: #1225A1;
--sky-blue-800: #0D1A73;
--sky-blue-900: #081149;
--sky-blue-950: #050B2E;
}