Sky Blue
#92B2F6
BlueColor Codes
All color formats for development
HEX
#92B2F6RGB
rgb(146, 178, 246)HSL
hsl(221, 85%, 77%)OKLCH
oklch(0.766 0.104 264.7)CMYK
cmyk(41%, 28%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E98F3
2#4A7FF0
3#2665ED
4#1251DA
5#0F44B6
6#0C3691
7#09296D
8#061B49
9#030E24
Tints
Lighter variations
1#9DBAF7
2#A8C1F8
3#B3C9F9
4#BED1FA
5#C9D9FB
6#D4E0FB
7#DEE8FC
8#E9F0FD
9#F4F7FE
Tones
Muted variations
1#97B4F1
2#9CB6EC
3#A1B8E7
4#A6B9E2
5#ABBBDD
6#B0BDD8
7#B5BFD3
8#BAC1CE
9#BFC3C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE8 #DEE8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D4 #C2D4FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92B2 #92B2F6 | BordersInactive statesPlaceholder text |
| 400 | 5A8A #5A8AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B68 #2B68EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 114D #114DD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D3D #0D3DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A2C #0A2C76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 061C #061C4B | Primary textHigh emphasis contentDark headings |
| 950 | 0412 #04122F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F5FE;
--sky-blue-100: #DEE8FC;
--sky-blue-200: #C2D4FA;
--sky-blue-300: #92B2F6;
--sky-blue-400: #5A8AF2;
--sky-blue-500: #2B68EE;
--sky-blue-600: #114DD0;
--sky-blue-700: #0D3DA5;
--sky-blue-800: #0A2C76;
--sky-blue-900: #061C4B;
--sky-blue-950: #04122F;
}