Sky Blue
#95AEF3
BlueColor Codes
All color formats for development
HEX
#95AEF3RGB
rgb(149, 174, 243)HSL
hsl(224, 80%, 77%)OKLCH
oklch(0.758 0.104 268.6)CMYK
cmyk(39%, 28%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7293EF
2#4F79EB
3#2B5EE7
4#184AD4
5#143EB1
6#10318D
7#0C256A
8#081947
9#040C23
Tints
Lighter variations
1#A0B7F4
2#ABBFF6
3#B5C7F7
4#C0CFF8
5#CAD7F9
6#D5DFFA
7#DFE7FB
8#EAEFFD
9#F4F7FE
Tones
Muted variations
1#9AB1EF
2#9FB3EA
3#A4B5E5
4#A8B7E1
5#ADB9DC
6#B2BCD7
7#B6BED2
8#BBC0CE
9#C0C2C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE6 #DFE6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D1 #C3D1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95AE #95AEF3 | BordersInactive statesPlaceholder text |
| 400 | 5E84 #5E84ED | Disabled statesSecondary iconsMuted text |
| 500 | 3061 #3061E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1646 #1646CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1238 #1238A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D28 #0D2873 | Text on light backgroundsHeadingsStrong borders |
| 900 | 081A #081A49 | Primary textHigh emphasis contentDark headings |
| 950 | 0510 #05102E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F4FD;
--sky-blue-100: #DFE6FB;
--sky-blue-200: #C3D1F8;
--sky-blue-300: #95AEF3;
--sky-blue-400: #5E84ED;
--sky-blue-500: #3061E8;
--sky-blue-600: #1646CA;
--sky-blue-700: #1238A1;
--sky-blue-800: #0D2873;
--sky-blue-900: #081A49;
--sky-blue-950: #05102E;
}