Sky Blue
#92BFF6
BlueColor Codes
All color formats for development
HEX
#92BFF6RGB
rgb(146, 191, 246)HSL
hsl(213, 85%, 77%)OKLCH
oklch(0.793 0.092 253.8)CMYK
cmyk(41%, 22%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EAAF3
2#4A95F0
3#267FED
4#126CDA
5#0F5AB6
6#0C4891
7#09366D
8#062449
9#031224
Tints
Lighter variations
1#9DC6F7
2#A8CCF8
3#B3D2F9
4#BED9FA
5#C9DFFB
6#D4E6FB
7#DEECFC
8#E9F2FD
9#F4F9FE
Tones
Muted variations
1#97C0F1
2#9CC0EC
3#A1C1E7
4#A6C1E2
5#ABC2DD
6#B0C2D8
7#B5C3D3
8#BAC3CE
9#BFC4C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEC #DEECFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DB #C2DBFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92BF #92BFF6 | BordersInactive statesPlaceholder text |
| 400 | 5A9E #5A9EF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B82 #2B82EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1167 #1167D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D52 #0D52A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A3A #0A3A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0625 #06254B | Primary textHigh emphasis contentDark headings |
| 950 | 0417 #04172F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F7FE;
--sky-blue-100: #DEECFC;
--sky-blue-200: #C2DBFA;
--sky-blue-300: #92BFF6;
--sky-blue-400: #5A9EF2;
--sky-blue-500: #2B82EE;
--sky-blue-600: #1167D0;
--sky-blue-700: #0D52A5;
--sky-blue-800: #0A3A76;
--sky-blue-900: #06254B;
--sky-blue-950: #04172F;
}