Sky Blue
#97B5F2
BlueColor Codes
All color formats for development
HEX
#97B5F2RGB
rgb(151, 181, 242)HSL
hsl(220, 78%, 77%)OKLCH
oklch(0.774 0.094 264.1)CMYK
cmyk(38%, 25%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#749CEE
2#5184E9
3#2E6BE5
4#1A57D2
5#1649AF
6#113A8C
7#0D2C69
8#091D46
9#040F23
Tints
Lighter variations
1#A1BCF3
2#ABC4F5
3#B6CBF6
4#C0D3F7
5#CBDAF9
6#D5E1FA
7#E0E9FB
8#EAF0FC
9#F5F8FE
Tones
Muted variations
1#9BB7EE
2#A0B8E9
3#A4BAE4
4#A9BBE0
5#ADBDDB
6#B2BED7
7#B7C0D2
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 | DFE9 #DFE9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D5 #C4D5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97B5 #97B5F2 | BordersInactive statesPlaceholder text |
| 400 | 608F #608FEB | Disabled statesSecondary iconsMuted text |
| 500 | 336E #336EE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1953 #1953C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1442 #14429F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E2F #0E2F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091E #091E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0613 #06132D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F5FD;
--sky-blue-100: #DFE9FB;
--sky-blue-200: #C4D5F8;
--sky-blue-300: #97B5F2;
--sky-blue-400: #608FEB;
--sky-blue-500: #336EE6;
--sky-blue-600: #1953C8;
--sky-blue-700: #14429F;
--sky-blue-800: #0E2F71;
--sky-blue-900: #091E49;
--sky-blue-950: #06132D;
}