Sky Blue
#94CBF5
BlueColor Codes
All color formats for development
HEX
#94CBF5RGB
rgb(148, 203, 245)HSL
hsl(206, 83%, 77%)OKLCH
oklch(0.819 0.082 241.9)CMYK
cmyk(40%, 17%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70B9F2
2#4CA8EE
3#2896EB
4#1483D8
5#116DB4
6#0D5790
7#0A416C
8#072C48
9#031624
Tints
Lighter variations
1#9ED0F6
2#A9D5F7
3#B4DAF8
4#BFE0F9
5#C9E5FA
6#D4EAFB
7#DFEFFC
8#EAF5FD
9#F4FAFE
Tones
Muted variations
1#99CAF0
2#9DCAEB
3#A2C9E6
4#A7C8E2
5#ACC8DD
6#B1C7D8
7#B6C6D3
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 | DEEF #DEEFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E2 #C2E2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94CB #94CBF5 | BordersInactive statesPlaceholder text |
| 400 | 5CB0 #5CB0F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D99 #2D99EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 137D #137DCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F63 #0F63A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B47 #0B4775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072D #072D4B | Primary textHigh emphasis contentDark headings |
| 950 | 041C #041C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FE;
--sky-blue-100: #DEEFFC;
--sky-blue-200: #C2E2F9;
--sky-blue-300: #94CBF5;
--sky-blue-400: #5CB0F0;
--sky-blue-500: #2D99EB;
--sky-blue-600: #137DCD;
--sky-blue-700: #0F63A3;
--sky-blue-800: #0B4775;
--sky-blue-900: #072D4B;
--sky-blue-950: #041C2F;
}