Sky Blue
#97B7F2
BlueColor Codes
All color formats for development
HEX
#97B7F2RGB
rgb(151, 183, 242)HSL
hsl(219, 78%, 77%)OKLCH
oklch(0.778 0.092 262.4)CMYK
cmyk(38%, 24%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#749EEE
2#5186E9
3#2E6EE5
4#1A5AD2
5#164BAF
6#113C8C
7#0D2D69
8#091E46
9#040F23
Tints
Lighter variations
1#A1BEF3
2#ABC5F5
3#B6CCF6
4#C0D4F7
5#CBDBF9
6#D5E2FA
7#E0E9FB
8#EAF1FC
9#F5F8FE
Tones
Muted variations
1#9BB8EE
2#A0B9E9
3#A4BBE4
4#A9BCE0
5#ADBDDB
6#B2BFD7
7#B7C0D2
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 | C4D6 #C4D6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97B7 #97B7F2 | BordersInactive statesPlaceholder text |
| 400 | 6091 #6091EB | Disabled statesSecondary iconsMuted text |
| 500 | 3371 #3371E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1956 #1956C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1444 #14449F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E31 #0E3171 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091F #091F49 | 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: #C4D6F8;
--sky-blue-300: #97B7F2;
--sky-blue-400: #6091EB;
--sky-blue-500: #3371E6;
--sky-blue-600: #1956C8;
--sky-blue-700: #14449F;
--sky-blue-800: #0E3171;
--sky-blue-900: #091F49;
--sky-blue-950: #06142D;
}