Sky Blue
#97CAF2
BlueColor Codes
All color formats for development
HEX
#97CAF2RGB
rgb(151, 202, 242)HSL
hsl(206, 78%, 77%)OKLCH
oklch(0.818 0.078 242.5)CMYK
cmyk(38%, 17%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74B9EE
2#51A7E9
3#2E96E5
4#1A82D2
5#166CAF
6#11578C
7#0D4169
8#092B46
9#041623
Tints
Lighter variations
1#A1D0F3
2#ABD5F5
3#B6DAF6
4#C0DFF7
5#CBE5F9
6#D5EAFA
7#E0EFFB
8#EAF4FC
9#F5FAFE
Tones
Muted variations
1#9BCAEE
2#A0C9E9
3#A4C9E4
4#A9C8E0
5#ADC7DB
6#B2C7D7
7#B7C6D2
8#BBC6CD
9#C0C5C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEF #DFEFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E1 #C4E1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97CA #97CAF2 | BordersInactive statesPlaceholder text |
| 400 | 60AF #60AFEB | Disabled statesSecondary iconsMuted text |
| 500 | 3398 #3398E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 197C #197CC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1463 #14639F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E46 #0E4671 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092D #092D49 | Primary textHigh emphasis contentDark headings |
| 950 | 061C #061C2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FD;
--sky-blue-100: #DFEFFB;
--sky-blue-200: #C4E1F8;
--sky-blue-300: #97CAF2;
--sky-blue-400: #60AFEB;
--sky-blue-500: #3398E6;
--sky-blue-600: #197CC8;
--sky-blue-700: #14639F;
--sky-blue-800: #0E4671;
--sky-blue-900: #092D49;
--sky-blue-950: #061C2D;
}