Sky Blue
#97A1F2
BlueColor Codes
All color formats for development
HEX
#97A1F2RGB
rgb(151, 161, 242)HSL
hsl(233, 78%, 77%)OKLCH
oklch(0.733 0.118 277.7)CMYK
cmyk(38%, 33%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7482EE
2#5163E9
3#2E43E5
4#1A2FD2
5#1627AF
6#11208C
7#0D1869
8#091046
9#040823
Tints
Lighter variations
1#A1ABF3
2#ABB4F5
3#B6BDF6
4#C0C7F7
5#CBD0F9
6#D5DAFA
7#E0E3FB
8#EAECFC
9#F5F6FE
Tones
Muted variations
1#9BA5EE
2#A0A8E9
3#A4ACE4
4#A9AFE0
5#ADB3DB
6#B2B6D7
7#B7BAD2
8#BBBDCD
9#C0C1C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE2 #DFE2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CA #C4CAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A1 #97A1F2 | BordersInactive statesPlaceholder text |
| 400 | 6070 #6070EB | Disabled statesSecondary iconsMuted text |
| 500 | 3348 #3348E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 192D #192DC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1424 #14249F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E1A #0E1A71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0910 #091049 | Primary textHigh emphasis contentDark headings |
| 950 | 060A #060A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F3FD;
--sky-blue-100: #DFE2FB;
--sky-blue-200: #C4CAF8;
--sky-blue-300: #97A1F2;
--sky-blue-400: #6070EB;
--sky-blue-500: #3348E6;
--sky-blue-600: #192DC8;
--sky-blue-700: #14249F;
--sky-blue-800: #0E1A71;
--sky-blue-900: #091049;
--sky-blue-950: #060A2D;
}