Sky Blue
#97C1F2
BlueColor Codes
All color formats for development
HEX
#97C1F2RGB
rgb(151, 193, 242)HSL
hsl(212, 78%, 77%)OKLCH
oklch(0.798 0.083 252.7)CMYK
cmyk(38%, 20%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74ADEE
2#5198E9
3#2E83E5
4#1A70D2
5#165DAF
6#114A8C
7#0D3869
8#092546
9#041323
Tints
Lighter variations
1#A1C7F3
2#ABCEF5
3#B6D4F6
4#C0DAF7
5#CBE0F9
6#D5E6FA
7#E0ECFB
8#EAF3FC
9#F5F9FE
Tones
Muted variations
1#9BC2EE
2#A0C2E9
3#A4C2E4
4#A9C3E0
5#ADC3DB
6#B2C3D7
7#B7C3D2
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 | DFEC #DFECFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DC #C4DCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C1 #97C1F2 | BordersInactive statesPlaceholder text |
| 400 | 60A1 #60A1EB | Disabled statesSecondary iconsMuted text |
| 500 | 3386 #3386E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 196A #196AC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1455 #14559F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E3C #0E3C71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0927 #092749 | Primary textHigh emphasis contentDark headings |
| 950 | 0618 #06182D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F7FD;
--sky-blue-100: #DFECFB;
--sky-blue-200: #C4DCF8;
--sky-blue-300: #97C1F2;
--sky-blue-400: #60A1EB;
--sky-blue-500: #3386E6;
--sky-blue-600: #196AC8;
--sky-blue-700: #14559F;
--sky-blue-800: #0E3C71;
--sky-blue-900: #092749;
--sky-blue-950: #06182D;
}