Sky Blue
#95B5F3
BlueColor Codes
All color formats for development
HEX
#95B5F3RGB
rgb(149, 181, 243)HSL
hsl(220, 80%, 77%)OKLCH
oklch(0.773 0.096 263.2)CMYK
cmyk(39%, 26%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#729CEF
2#4F83EB
3#2B6AE7
4#1856D4
5#1448B1
6#103A8D
7#0C2B6A
8#081D47
9#040E23
Tints
Lighter variations
1#A0BCF4
2#ABC4F6
3#B5CBF7
4#C0D2F8
5#CADAF9
6#D5E1FA
7#DFE9FB
8#EAF0FD
9#F4F8FE
Tones
Muted variations
1#9AB6EF
2#9FB8EA
3#A4B9E5
4#A8BBE1
5#ADBDDC
6#B2BED7
7#B6C0D2
8#BBC1CE
9#C0C3C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE8 #DFE8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D5 #C3D5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95B5 #95B5F3 | BordersInactive statesPlaceholder text |
| 400 | 5E8E #5E8EED | Disabled statesSecondary iconsMuted text |
| 500 | 306E #306EE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1652 #1652CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1241 #1241A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D2F #0D2F73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 081E #081E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0513 #05132E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F5FD;
--sky-blue-100: #DFE8FB;
--sky-blue-200: #C3D5F8;
--sky-blue-300: #95B5F3;
--sky-blue-400: #5E8EED;
--sky-blue-500: #306EE8;
--sky-blue-600: #1652CA;
--sky-blue-700: #1241A1;
--sky-blue-800: #0D2F73;
--sky-blue-900: #081E49;
--sky-blue-950: #05132E;
}