Sky Blue
#95A8F3
BlueColor Codes
All color formats for development
HEX
#95A8F3RGB
rgb(149, 168, 243)HSL
hsl(228, 80%, 77%)OKLCH
oklch(0.746 0.111 272.6)CMYK
cmyk(39%, 31%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#728BEF
2#4F6EEB
3#2B51E7
4#183DD4
5#1433B1
6#10298D
7#0C1F6A
8#081447
9#040A23
Tints
Lighter variations
1#A0B1F4
2#ABBAF6
3#B5C2F7
4#C0CBF8
5#CAD4F9
6#D5DCFA
7#DFE5FB
8#EAEEFD
9#F4F6FE
Tones
Muted variations
1#9AABEF
2#9FAEEA
3#A4B1E5
4#A8B3E1
5#ADB6DC
6#B2B9D7
7#B6BCD2
8#BBBFCE
9#C0C2C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE5 #DFE5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CE #C3CEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A8 #95A8F3 | BordersInactive statesPlaceholder text |
| 400 | 5E7B #5E7BED | Disabled statesSecondary iconsMuted text |
| 500 | 3055 #3055E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 163A #163ACA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 122E #122EA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D21 #0D2173 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0815 #081549 | 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: #F1F4FD;
--sky-blue-100: #DFE5FB;
--sky-blue-200: #C3CEF8;
--sky-blue-300: #95A8F3;
--sky-blue-400: #5E7BED;
--sky-blue-500: #3055E8;
--sky-blue-600: #163ACA;
--sky-blue-700: #122EA1;
--sky-blue-800: #0D2173;
--sky-blue-900: #081549;
--sky-blue-950: #050D2E;
}