Sky Blue
#94CCF5
BlueColor Codes
All color formats for development
HEX
#94CCF5RGB
rgb(148, 204, 245)HSL
hsl(205, 83%, 77%)OKLCH
oklch(0.821 0.082 240.7)CMYK
cmyk(40%, 17%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70BCF2
2#4CABEE
3#289AEB
4#1486D8
5#1170B4
6#0D5990
7#0A436C
8#072D48
9#031624
Tints
Lighter variations
1#9ED2F6
2#A9D7F7
3#B4DCF8
4#BFE1F9
5#C9E6FA
6#D4EBFB
7#DFF0FC
8#EAF5FD
9#F4FAFE
Tones
Muted variations
1#99CCF0
2#9DCBEB
3#A2CAE6
4#A7C9E2
5#ACC8DD
6#B1C8D8
7#B6C7D3
8#BBC6CE
9#BFC5C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF0 #DEF0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E2 #C2E2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94CC #94CCF5 | BordersInactive statesPlaceholder text |
| 400 | 5CB2 #5CB2F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D9C #2D9CEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1380 #1380CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F66 #0F66A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B49 #0B4975 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072E #072E4B | Primary textHigh emphasis contentDark headings |
| 950 | 041D #041D2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FE;
--sky-blue-100: #DEF0FC;
--sky-blue-200: #C2E2F9;
--sky-blue-300: #94CCF5;
--sky-blue-400: #5CB2F0;
--sky-blue-500: #2D9CEB;
--sky-blue-600: #1380CD;
--sky-blue-700: #0F66A3;
--sky-blue-800: #0B4975;
--sky-blue-900: #072E4B;
--sky-blue-950: #041D2F;
}