Sky Blue
#95ABF3
BlueColor Codes
All color formats for development
HEX
#95ABF3RGB
rgb(149, 171, 243)HSL
hsl(226, 80%, 77%)OKLCH
oklch(0.752 0.107 270.7)CMYK
cmyk(39%, 30%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#728FEF
2#4F73EB
3#2B57E7
4#1844D4
5#1438B1
6#102D8D
7#0C226A
8#081747
9#040B23
Tints
Lighter variations
1#A0B4F4
2#ABBCF6
3#B5C4F7
4#C0CDF8
5#CAD5F9
6#D5DEFA
7#DFE6FB
8#EAEEFD
9#F4F7FE
Tones
Muted variations
1#9AAEEF
2#9FB0EA
3#A4B3E5
4#A8B5E1
5#ADB8DC
6#B2BAD7
7#B6BDD2
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 | DFE6 #DFE6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D0 #C3D0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95AB #95ABF3 | BordersInactive statesPlaceholder text |
| 400 | 5E80 #5E80ED | Disabled statesSecondary iconsMuted text |
| 500 | 305B #305BE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1640 #1640CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1233 #1233A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D25 #0D2573 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0817 #081749 | Primary textHigh emphasis contentDark headings |
| 950 | 050F #050F2E | 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: #C3D0F8;
--sky-blue-300: #95ABF3;
--sky-blue-400: #5E80ED;
--sky-blue-500: #305BE8;
--sky-blue-600: #1640CA;
--sky-blue-700: #1233A1;
--sky-blue-800: #0D2573;
--sky-blue-900: #081749;
--sky-blue-950: #050F2E;
}