Sky Blue
#97C3F2
BlueColor Codes
All color formats for development
HEX
#97C3F2RGB
rgb(151, 195, 242)HSL
hsl(211, 78%, 77%)OKLCH
oklch(0.803 0.082 250.5)CMYK
cmyk(38%, 19%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74AFEE
2#519BE9
3#2E86E5
4#1A73D2
5#1660AF
6#114C8C
7#0D3969
8#092646
9#041323
Tints
Lighter variations
1#A1C9F3
2#ABCFF5
3#B6D5F6
4#C0DBF7
5#CBE1F9
6#D5E7FA
7#E0EDFB
8#EAF3FC
9#F5F9FE
Tones
Muted variations
1#9BC3EE
2#A0C3E9
3#A4C3E4
4#A9C3E0
5#ADC4DB
6#B2C4D7
7#B7C4D2
8#BBC4CD
9#C0C4C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFED #DFEDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DD #C4DDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C3 #97C3F2 | BordersInactive statesPlaceholder text |
| 400 | 60A3 #60A3EB | Disabled statesSecondary iconsMuted text |
| 500 | 3389 #3389E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 196D #196DC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1457 #14579F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E3E #0E3E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0928 #092849 | Primary textHigh emphasis contentDark headings |
| 950 | 0619 #06192D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F7FD;
--sky-blue-100: #DFEDFB;
--sky-blue-200: #C4DDF8;
--sky-blue-300: #97C3F2;
--sky-blue-400: #60A3EB;
--sky-blue-500: #3389E6;
--sky-blue-600: #196DC8;
--sky-blue-700: #14579F;
--sky-blue-800: #0E3E71;
--sky-blue-900: #092849;
--sky-blue-950: #06192D;
}