Sky Blue
#92BCF6
BlueColor Codes
All color formats for development
HEX
#92BCF6RGB
rgb(146, 188, 246)HSL
hsl(215, 85%, 77%)OKLCH
oklch(0.787 0.095 256.6)CMYK
cmyk(41%, 24%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EA6F3
2#4A8FF0
3#2679ED
4#1265DA
5#0F54B6
6#0C4391
7#09336D
8#062249
9#031124
Tints
Lighter variations
1#9DC3F7
2#A8C9F8
3#B3D0F9
4#BED7FA
5#C9DEFB
6#D4E4FB
7#DEEBFC
8#E9F2FD
9#F4F8FE
Tones
Muted variations
1#97BDF1
2#9CBEEC
3#A1BFE7
4#A6BFE2
5#ABC0DD
6#B0C1D8
7#B5C2D3
8#BAC3CE
9#BFC4C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEB #DEEBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D9 #C2D9FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92BC #92BCF6 | BordersInactive statesPlaceholder text |
| 400 | 5A99 #5A99F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B7C #2B7CEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1160 #1160D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D4D #0D4DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A37 #0A3776 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0623 #06234B | Primary textHigh emphasis contentDark headings |
| 950 | 0416 #04162F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F6FE;
--sky-blue-100: #DEEBFC;
--sky-blue-200: #C2D9FA;
--sky-blue-300: #92BCF6;
--sky-blue-400: #5A99F2;
--sky-blue-500: #2B7CEE;
--sky-blue-600: #1160D0;
--sky-blue-700: #0D4DA5;
--sky-blue-800: #0A3776;
--sky-blue-900: #06234B;
--sky-blue-950: #04162F;
}