Sky Blue
#92A0F6
BlueColor Codes
All color formats for development
HEX
#92A0F6RGB
rgb(146, 160, 246)HSL
hsl(232, 85%, 77%)OKLCH
oklch(0.73 0.126 275.8)CMYK
cmyk(41%, 35%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E80F3
2#4A60F0
3#2640ED
4#122CDA
5#0F25B6
6#0C1E91
7#09166D
8#060F49
9#030724
Tints
Lighter variations
1#9DA9F7
2#A8B3F8
3#B3BCF9
4#BEC6FA
5#C9CFFB
6#D4D9FB
7#DEE2FC
8#E9ECFD
9#F4F5FE
Tones
Muted variations
1#97A3F1
2#9CA7EC
3#A1ABE7
4#A6AEE2
5#ABB2DD
6#B0B6D8
7#B5B9D3
8#BABDCE
9#BFC1C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE2 #DEE2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C9 #C2C9FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92A0 #92A0F6 | BordersInactive statesPlaceholder text |
| 400 | 5A6E #5A6EF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B45 #2B45EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 112A #112AD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D22 #0D22A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A18 #0A1876 | Text on light backgroundsHeadingsStrong borders |
| 900 | 060F #060F4B | Primary textHigh emphasis contentDark headings |
| 950 | 040A #040A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F3FE;
--sky-blue-100: #DEE2FC;
--sky-blue-200: #C2C9FA;
--sky-blue-300: #92A0F6;
--sky-blue-400: #5A6EF2;
--sky-blue-500: #2B45EE;
--sky-blue-600: #112AD0;
--sky-blue-700: #0D22A5;
--sky-blue-800: #0A1876;
--sky-blue-900: #060F4B;
--sky-blue-950: #040A2F;
}