Sky Blue
#97BAF2
BlueColor Codes
All color formats for development
HEX
#97BAF2RGB
rgb(151, 186, 242)HSL
hsl(217, 78%, 77%)OKLCH
oklch(0.784 0.089 259.6)CMYK
cmyk(38%, 23%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74A2EE
2#518BE9
3#2E74E5
4#1A60D2
5#1650AF
6#11408C
7#0D3069
8#092046
9#041023
Tints
Lighter variations
1#A1C1F3
2#ABC8F5
3#B6CEF6
4#C0D5F7
5#CBDCF9
6#D5E3FA
7#E0EAFB
8#EAF1FC
9#F5F8FE
Tones
Muted variations
1#9BBBEE
2#A0BCE9
3#A4BDE4
4#A9BEE0
5#ADBFDB
6#B2C0D7
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 | DFEA #DFEAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D8 #C4D8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97BA #97BAF2 | BordersInactive statesPlaceholder text |
| 400 | 6096 #6096EB | Disabled statesSecondary iconsMuted text |
| 500 | 3377 #3377E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 195C #195CC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1449 #14499F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E34 #0E3471 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0921 #092149 | Primary textHigh emphasis contentDark headings |
| 950 | 0615 #06152D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F6FD;
--sky-blue-100: #DFEAFB;
--sky-blue-200: #C4D8F8;
--sky-blue-300: #97BAF2;
--sky-blue-400: #6096EB;
--sky-blue-500: #3377E6;
--sky-blue-600: #195CC8;
--sky-blue-700: #14499F;
--sky-blue-800: #0E3471;
--sky-blue-900: #092149;
--sky-blue-950: #06152D;
}