Sky Blue
#92C8F6
BlueColor Codes
All color formats for development
HEX
#92C8F6RGB
rgb(146, 200, 246)HSL
hsl(208, 85%, 77%)OKLCH
oklch(0.812 0.086 244.8)CMYK
cmyk(41%, 19%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EB5F3
2#4AA3F0
3#2690ED
4#127CDA
5#0F68B6
6#0C5391
7#093E6D
8#062949
9#031524
Tints
Lighter variations
1#9DCDF7
2#A8D3F8
3#B3D8F9
4#BEDEFA
5#C9E3FB
6#D4E9FB
7#DEEEFC
8#E9F4FD
9#F4F9FE
Tones
Muted variations
1#97C7F1
2#9CC7EC
3#A1C7E7
4#A6C6E2
5#ABC6DD
6#B0C6D8
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 | C2E0 #C2E0FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92C8 #92C8F6 | BordersInactive statesPlaceholder text |
| 400 | 5AAB #5AABF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B93 #2B93EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1177 #1177D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D5E #0D5EA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A43 #0A4376 | Text on light backgroundsHeadingsStrong borders |
| 900 | 062B #062B4B | Primary textHigh emphasis contentDark headings |
| 950 | 041B #041B2F | 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: #C2E0FA;
--sky-blue-300: #92C8F6;
--sky-blue-400: #5AABF2;
--sky-blue-500: #2B93EE;
--sky-blue-600: #1177D0;
--sky-blue-700: #0D5EA5;
--sky-blue-800: #0A4376;
--sky-blue-900: #062B4B;
--sky-blue-950: #041B2F;
}