Sky Blue
#97B8F2
BlueColor Codes
All color formats for development
HEX
#97B8F2RGB
rgb(151, 184, 242)HSL
hsl(218, 78%, 77%)OKLCH
oklch(0.78 0.091 261.5)CMYK
cmyk(38%, 24%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74A0EE
2#5189E9
3#2E71E5
4#1A5DD2
5#164EAF
6#113E8C
7#0D2F69
8#091F46
9#041023
Tints
Lighter variations
1#A1BFF3
2#ABC6F5
3#B6CDF6
4#C0D4F7
5#CBDCF9
6#D5E3FA
7#E0EAFB
8#EAF1FC
9#F5F8FE
Tones
Muted variations
1#9BB9EE
2#A0BBE9
3#A4BCE4
4#A9BDE0
5#ADBEDB
6#B2BFD7
7#B7C1D2
8#BBC2CD
9#C0C3C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE9 #DFE9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D7 #C4D7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97B8 #97B8F2 | BordersInactive statesPlaceholder text |
| 400 | 6093 #6093EB | Disabled statesSecondary iconsMuted text |
| 500 | 3374 #3374E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1959 #1959C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1447 #14479F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E32 #0E3271 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0920 #092049 | Primary textHigh emphasis contentDark headings |
| 950 | 0614 #06142D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F6FD;
--sky-blue-100: #DFE9FB;
--sky-blue-200: #C4D7F8;
--sky-blue-300: #97B8F2;
--sky-blue-400: #6093EB;
--sky-blue-500: #3374E6;
--sky-blue-600: #1959C8;
--sky-blue-700: #14479F;
--sky-blue-800: #0E3271;
--sky-blue-900: #092049;
--sky-blue-950: #06142D;
}