Sky Blue
#97BEF2
BlueColor Codes
All color formats for development
HEX
#97BEF2RGB
rgb(151, 190, 242)HSL
hsl(214, 78%, 77%)OKLCH
oklch(0.792 0.086 255.8)CMYK
cmyk(38%, 21%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74A9EE
2#5193E9
3#2E7DE5
4#1A6AD2
5#1658AF
6#11468C
7#0D3569
8#092346
9#041223
Tints
Lighter variations
1#A1C5F3
2#ABCBF5
3#B6D2F6
4#C0D8F7
5#CBDFF9
6#D5E5FA
7#E0ECFB
8#EAF2FC
9#F5F9FE
Tones
Muted variations
1#9BBFEE
2#A0BFE9
3#A4C0E4
4#A9C1E0
5#ADC1DB
6#B2C2D7
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 | DFEB #DFEBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DA #C4DAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97BE #97BEF2 | BordersInactive statesPlaceholder text |
| 400 | 609C #609CEB | Disabled statesSecondary iconsMuted text |
| 500 | 3380 #3380E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1965 #1965C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1450 #14509F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E39 #0E3971 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0925 #092549 | Primary textHigh emphasis contentDark headings |
| 950 | 0617 #06172D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F7FD;
--sky-blue-100: #DFEBFB;
--sky-blue-200: #C4DAF8;
--sky-blue-300: #97BEF2;
--sky-blue-400: #609CEB;
--sky-blue-500: #3380E6;
--sky-blue-600: #1965C8;
--sky-blue-700: #14509F;
--sky-blue-800: #0E3971;
--sky-blue-900: #092549;
--sky-blue-950: #06172D;
}