Sky Blue
#97B2F2
BlueColor Codes
All color formats for development
HEX
#97B2F2RGB
rgb(151, 178, 242)HSL
hsl(222, 78%, 77%)OKLCH
oklch(0.767 0.097 266.5)CMYK
cmyk(38%, 26%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7498EE
2#517FE9
3#2E65E5
4#1A51D2
5#1644AF
6#11368C
7#0D2969
8#091B46
9#040E23
Tints
Lighter variations
1#A1BAF3
2#ABC1F5
3#B6C9F6
4#C0D1F7
5#CBD9F9
6#D5E0FA
7#E0E8FB
8#EAF0FC
9#F5F7FE
Tones
Muted variations
1#9BB4EE
2#A0B6E9
3#A4B8E4
4#A9B9E0
5#ADBBDB
6#B2BDD7
7#B7BFD2
8#BBC1CD
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 | C4D4 #C4D4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97B2 #97B2F2 | BordersInactive statesPlaceholder text |
| 400 | 608A #608AEB | Disabled statesSecondary iconsMuted text |
| 500 | 3368 #3368E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 194D #194DC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 143D #143D9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E2C #0E2C71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091C #091C49 | Primary textHigh emphasis contentDark headings |
| 950 | 0612 #06122D | 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: #C4D4F8;
--sky-blue-300: #97B2F2;
--sky-blue-400: #608AEB;
--sky-blue-500: #3368E6;
--sky-blue-600: #194DC8;
--sky-blue-700: #143D9F;
--sky-blue-800: #0E2C71;
--sky-blue-900: #091C49;
--sky-blue-950: #06122D;
}