Sky Blue
#92A1F7
BlueColor Codes
All color formats for development
HEX
#92A1F7RGB
rgb(146, 161, 247)HSL
hsl(231, 86%, 77%)OKLCH
oklch(0.732 0.126 275.3)CMYK
cmyk(41%, 35%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6D82F4
2#4962F1
3#2443EF
4#102FDB
5#0E27B7
6#0B1F92
7#08176E
8#051049
9#030825
Tints
Lighter variations
1#9DAAF8
2#A8B4F8
3#B3BDF9
4#BEC7FA
5#C8D0FB
6#D3D9FC
7#DEE3FD
8#E9ECFD
9#F4F6FE
Tones
Muted variations
1#97A5F2
2#9CA8ED
3#A1ACE8
4#A6AFE3
5#ABB3DE
6#B0B6D9
7#B5BAD3
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 #DEE2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1CA #C1CAFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92A1 #92A1F7 | BordersInactive statesPlaceholder text |
| 400 | 5970 #5970F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2A47 #2A47EF | Primary brand colorCTAsActive elementsLinks |
| 600 | 102D #102DD1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C24 #0C24A6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0919 #091977 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0610 #06104C | 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: #DEE2FD;
--sky-blue-200: #C1CAFA;
--sky-blue-300: #92A1F7;
--sky-blue-400: #5970F3;
--sky-blue-500: #2A47EF;
--sky-blue-600: #102DD1;
--sky-blue-700: #0C24A6;
--sky-blue-800: #091977;
--sky-blue-900: #06104C;
--sky-blue-950: #040A2F;
}