Sky Blue
#95D6F4
BlueColor Codes
All color formats for development
HEX
#95D6F4RGB
rgb(149, 214, 244)HSL
hsl(199, 81%, 77%)OKLCH
oklch(0.843 0.078 228.5)CMYK
cmyk(39%, 12%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71C8F0
2#4EBAEC
3#2AACE9
4#1699D5
5#137FB2
6#0F668E
7#0B4C6B
8#073347
9#041924
Tints
Lighter variations
1#9FDAF5
2#AADEF6
3#B5E2F7
4#BFE6F8
5#CAEAF9
6#D5EFFB
7#DFF3FC
8#EAF7FD
9#F4FBFE
Tones
Muted variations
1#9AD4EF
2#9ED2EA
3#A3D1E6
4#A8CFE1
5#ADCDDC
6#B1CBD7
7#B6CAD3
8#BBC8CE
9#C0C6C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF2 #DFF2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E8 #C3E8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D6 #95D6F4 | BordersInactive statesPlaceholder text |
| 400 | 5DC0 #5DC0EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FAE #2FAEE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1592 #1592CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1174 #1174A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C53 #0C5373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0835 #08354A | Primary textHigh emphasis contentDark headings |
| 950 | 0521 #05212E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FAFE;
--sky-blue-100: #DFF2FC;
--sky-blue-200: #C3E8F9;
--sky-blue-300: #95D6F4;
--sky-blue-400: #5DC0EE;
--sky-blue-500: #2FAEE9;
--sky-blue-600: #1592CB;
--sky-blue-700: #1174A2;
--sky-blue-800: #0C5373;
--sky-blue-900: #08354A;
--sky-blue-950: #05212E;
}