Sky Blue
#92ABF6
BlueColor Codes
All color formats for development
HEX
#92ABF6RGB
rgb(146, 171, 246)HSL
hsl(225, 85%, 77%)OKLCH
oklch(0.752 0.112 269.5)CMYK
cmyk(41%, 30%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E8FF3
2#4A73F0
3#2657ED
4#1244DA
5#0F38B6
6#0C2D91
7#09226D
8#061749
9#030B24
Tints
Lighter variations
1#9DB4F7
2#A8BCF8
3#B3C4F9
4#BECDFA
5#C9D5FB
6#D4DEFB
7#DEE6FC
8#E9EEFD
9#F4F7FE
Tones
Muted variations
1#97AEF1
2#9CB0EC
3#A1B3E7
4#A6B5E2
5#ABB8DD
6#B0BAD8
7#B5BDD3
8#BABFCE
9#BFC2C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE6 #DEE6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D0 #C2D0FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92AB #92ABF6 | BordersInactive statesPlaceholder text |
| 400 | 5A80 #5A80F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B5B #2B5BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1141 #1141D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D33 #0D33A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A25 #0A2576 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0617 #06174B | Primary textHigh emphasis contentDark headings |
| 950 | 040F #040F2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F4FE;
--sky-blue-100: #DEE6FC;
--sky-blue-200: #C2D0FA;
--sky-blue-300: #92ABF6;
--sky-blue-400: #5A80F2;
--sky-blue-500: #2B5BEE;
--sky-blue-600: #1141D0;
--sky-blue-700: #0D33A5;
--sky-blue-800: #0A2576;
--sky-blue-900: #06174B;
--sky-blue-950: #040F2F;
}