Sky Blue
#97A3F2
BlueColor Codes
All color formats for development
HEX
#97A3F2RGB
rgb(151, 163, 242)HSL
hsl(232, 78%, 77%)OKLCH
oklch(0.737 0.115 276.6)CMYK
cmyk(38%, 33%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7484EE
2#5165E9
3#2E46E5
4#1A32D2
5#162AAF
6#11228C
7#0D1969
8#091146
9#040823
Tints
Lighter variations
1#A1ACF3
2#ABB5F5
3#B6BEF6
4#C0C8F7
5#CBD1F9
6#D5DAFA
7#E0E3FB
8#EAEDFC
9#F5F6FE
Tones
Muted variations
1#9BA6EE
2#A0AAE9
3#A4ADE4
4#A9B0E0
5#ADB4DB
6#B2B7D7
7#B7BAD2
8#BBBECD
9#C0C1C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE3 #DFE3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CB #C4CBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A3 #97A3F2 | BordersInactive statesPlaceholder text |
| 400 | 6073 #6073EB | Disabled statesSecondary iconsMuted text |
| 500 | 334B #334BE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1930 #1930C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1426 #14269F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E1B #0E1B71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0911 #091149 | Primary textHigh emphasis contentDark headings |
| 950 | 060B #060B2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F3FD;
--sky-blue-100: #DFE3FB;
--sky-blue-200: #C4CBF8;
--sky-blue-300: #97A3F2;
--sky-blue-400: #6073EB;
--sky-blue-500: #334BE6;
--sky-blue-600: #1930C8;
--sky-blue-700: #14269F;
--sky-blue-800: #0E1B71;
--sky-blue-900: #091149;
--sky-blue-950: #060B2D;
}