Sky Blue
#92D0F7
BlueColor Codes
All color formats for development
HEX
#92D0F7RGB
rgb(146, 208, 247)HSL
hsl(203, 86%, 77%)OKLCH
oklch(0.829 0.084 236.7)CMYK
cmyk(41%, 16%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6DC0F4
2#49B1F1
3#24A1EF
4#108DDB
5#0E76B7
6#0B5E92
7#08476E
8#052F49
9#031825
Tints
Lighter variations
1#9DD5F8
2#A8D9F8
3#B3DEF9
4#BEE3FA
5#C8E8FB
6#D3ECFC
7#DEF1FD
8#E9F6FD
9#F4FAFE
Tones
Muted variations
1#97CFF2
2#9CCEED
3#A1CDE8
4#A6CBE3
5#ABCADE
6#B0C9D9
7#B5C8D3
8#BAC7CE
9#BFC6C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF1 #DEF1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E5 #C1E5FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92D0 #92D0F7 | BordersInactive statesPlaceholder text |
| 400 | 59B8 #59B8F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2AA3 #2AA3EF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1087 #1087D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C6B #0C6BA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 094D #094D77 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0631 #06314C | Primary textHigh emphasis contentDark headings |
| 950 | 041F #041F2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F9FE;
--sky-blue-100: #DEF1FD;
--sky-blue-200: #C1E5FA;
--sky-blue-300: #92D0F7;
--sky-blue-400: #59B8F3;
--sky-blue-500: #2AA3EF;
--sky-blue-600: #1087D1;
--sky-blue-700: #0C6BA6;
--sky-blue-800: #094D77;
--sky-blue-900: #06314C;
--sky-blue-950: #041F2F;
}