Sky Blue
#97C0F2
BlueColor Codes
All color formats for development
HEX
#97C0F2RGB
rgb(151, 192, 242)HSL
hsl(213, 78%, 77%)OKLCH
oklch(0.796 0.084 253.7)CMYK
cmyk(38%, 21%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74ABEE
2#5195E9
3#2E80E5
4#1A6DD2
5#165BAF
6#11488C
7#0D3669
8#092446
9#041223
Tints
Lighter variations
1#A1C6F3
2#ABCCF5
3#B6D3F6
4#C0D9F7
5#CBDFF9
6#D5E6FA
7#E0ECFB
8#EAF2FC
9#F5F9FE
Tones
Muted variations
1#9BC0EE
2#A0C1E9
3#A4C1E4
4#A9C2E0
5#ADC2DB
6#B2C3D7
7#B7C3D2
8#BBC3CD
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 | C4DB #C4DBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C0 #97C0F2 | BordersInactive statesPlaceholder text |
| 400 | 609F #609FEB | Disabled statesSecondary iconsMuted text |
| 500 | 3383 #3383E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1967 #1967C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1452 #14529F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E3B #0E3B71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0926 #092649 | 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: #C4DBF8;
--sky-blue-300: #97C0F2;
--sky-blue-400: #609FEB;
--sky-blue-500: #3383E6;
--sky-blue-600: #1967C8;
--sky-blue-700: #14529F;
--sky-blue-800: #0E3B71;
--sky-blue-900: #092649;
--sky-blue-950: #06182D;
}