Sky Blue
#92C6F6
BlueColor Codes
All color formats for development
HEX
#92C6F6RGB
rgb(146, 198, 246)HSL
hsl(209, 85%, 77%)OKLCH
oklch(0.808 0.087 246.9)CMYK
cmyk(41%, 20%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EB3F3
2#4AA0F0
3#268DED
4#1279DA
5#0F65B6
6#0C5191
7#093D6D
8#062849
9#031424
Tints
Lighter variations
1#9DCCF7
2#A8D1F8
3#B3D7F9
4#BEDDFA
5#C9E3FB
6#D4E8FB
7#DEEEFC
8#E9F4FD
9#F4F9FE
Tones
Muted variations
1#97C6F1
2#9CC6EC
3#A1C6E7
4#A6C5E2
5#ABC5DD
6#B0C5D8
7#B5C5D3
8#BAC5CE
9#BFC5C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEE #DEEEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DF #C2DFFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92C6 #92C6F6 | BordersInactive statesPlaceholder text |
| 400 | 5AA8 #5AA8F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B90 #2B90EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1173 #1173D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D5C #0D5CA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A42 #0A4276 | Text on light backgroundsHeadingsStrong borders |
| 900 | 062A #062A4B | Primary textHigh emphasis contentDark headings |
| 950 | 041A #041A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FE;
--sky-blue-100: #DEEEFC;
--sky-blue-200: #C2DFFA;
--sky-blue-300: #92C6F6;
--sky-blue-400: #5AA8F2;
--sky-blue-500: #2B90EE;
--sky-blue-600: #1173D0;
--sky-blue-700: #0D5CA5;
--sky-blue-800: #0A4276;
--sky-blue-900: #062A4B;
--sky-blue-950: #041A2F;
}