Sky Blue
#92C4F6
BlueColor Codes
All color formats for development
HEX
#92C4F6RGB
rgb(146, 196, 246)HSL
hsl(210, 85%, 77%)OKLCH
oklch(0.803 0.089 249)CMYK
cmyk(41%, 20%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EB1F3
2#4A9DF0
3#2689ED
4#1276DA
5#0F62B6
6#0C4F91
7#093B6D
8#062749
9#031424
Tints
Lighter variations
1#9DCAF7
2#A8D0F8
3#B3D6F9
4#BEDCFA
5#C9E2FB
6#D4E8FB
7#DEEDFC
8#E9F3FD
9#F4F9FE
Tones
Muted variations
1#97C4F1
2#9CC4EC
3#A1C4E7
4#A6C4E2
5#ABC4DD
6#B0C4D8
7#B5C4D3
8#BAC4CE
9#BFC4C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEED #DEEDFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DE #C2DEFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92C4 #92C4F6 | BordersInactive statesPlaceholder text |
| 400 | 5AA6 #5AA6F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B8C #2B8CEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1170 #1170D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D59 #0D59A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A40 #0A4076 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0629 #06294B | 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: #F1F7FE;
--sky-blue-100: #DEEDFC;
--sky-blue-200: #C2DEFA;
--sky-blue-300: #92C4F6;
--sky-blue-400: #5AA6F2;
--sky-blue-500: #2B8CEE;
--sky-blue-600: #1170D0;
--sky-blue-700: #0D59A5;
--sky-blue-800: #0A4076;
--sky-blue-900: #06294B;
--sky-blue-950: #041A2F;
}