Sky Blue
#97A0F2
BlueColor Codes
All color formats for development
HEX
#97A0F2RGB
rgb(151, 160, 242)HSL
hsl(234, 78%, 77%)OKLCH
oklch(0.731 0.119 278.2)CMYK
cmyk(38%, 34%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7480EE
2#5160E9
3#2E40E5
4#1A2CD2
5#1625AF
6#111E8C
7#0D1669
8#090F46
9#040723
Tints
Lighter variations
1#A1A9F3
2#ABB3F5
3#B6BCF6
4#C0C6F7
5#CBCFF9
6#D5D9FA
7#E0E2FB
8#EAECFC
9#F5F5FE
Tones
Muted variations
1#9BA3EE
2#A0A7E9
3#A4ABE4
4#A9AEE0
5#ADB2DB
6#B2B6D7
7#B7B9D2
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 | C4C9 #C4C9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A0 #97A0F2 | BordersInactive statesPlaceholder text |
| 400 | 606E #606EEB | Disabled statesSecondary iconsMuted text |
| 500 | 3345 #3345E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 192A #192AC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1422 #14229F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E18 #0E1871 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090F #090F49 | 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: #C4C9F8;
--sky-blue-300: #97A0F2;
--sky-blue-400: #606EEB;
--sky-blue-500: #3345E6;
--sky-blue-600: #192AC8;
--sky-blue-700: #14229F;
--sky-blue-800: #0E1871;
--sky-blue-900: #090F49;
--sky-blue-950: #060A2D;
}