Sky Blue
#97ADF2
BlueColor Codes
All color formats for development
HEX
#97ADF2RGB
rgb(151, 173, 242)HSL
hsl(225, 78%, 77%)OKLCH
oklch(0.757 0.103 270.3)CMYK
cmyk(38%, 29%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7492EE
2#5177E9
3#2E5CE5
4#1A48D2
5#163CAF
6#11308C
7#0D2469
8#091846
9#040C23
Tints
Lighter variations
1#A1B6F3
2#ABBEF5
3#B6C6F6
4#C0CEF7
5#CBD6F9
6#D5DEFA
7#E0E7FB
8#EAEFFC
9#F5F7FE
Tones
Muted variations
1#9BB0EE
2#A0B2E9
3#A4B4E4
4#A9B7E0
5#ADB9DB
6#B2BBD7
7#B7BDD2
8#BBC0CD
9#C0C2C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE6 #DFE6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D1 #C4D1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97AD #97ADF2 | BordersInactive statesPlaceholder text |
| 400 | 6083 #6083EB | Disabled statesSecondary iconsMuted text |
| 500 | 335F #335FE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1944 #1944C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1436 #14369F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E27 #0E2771 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0919 #091949 | Primary textHigh emphasis contentDark headings |
| 950 | 0610 #06102D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F4FD;
--sky-blue-100: #DFE6FB;
--sky-blue-200: #C4D1F8;
--sky-blue-300: #97ADF2;
--sky-blue-400: #6083EB;
--sky-blue-500: #335FE6;
--sky-blue-600: #1944C8;
--sky-blue-700: #14369F;
--sky-blue-800: #0E2771;
--sky-blue-900: #091949;
--sky-blue-950: #06102D;
}