Sky Blue
#95D6F3
BlueColor Codes
All color formats for development
HEX
#95D6F3RGB
rgb(149, 214, 243)HSL
hsl(199, 80%, 77%)OKLCH
oklch(0.843 0.077 227.6)CMYK
cmyk(39%, 12%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72C8EF
2#4FBAEB
3#2BACE7
4#1898D4
5#147FB1
6#10668D
7#0C4C6A
8#083347
9#041923
Tints
Lighter variations
1#A0DAF4
2#ABDEF6
3#B5E2F7
4#C0E6F8
5#CAEAF9
6#D5EEFA
7#DFF3FB
8#EAF7FD
9#F4FBFE
Tones
Muted variations
1#9AD4EF
2#9FD2EA
3#A4D0E5
4#A8CFE1
5#ADCDDC
6#B2CBD7
7#B6CAD2
8#BBC8CE
9#C0C6C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF2 #DFF2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E8 #C3E8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D6 #95D6F3 | BordersInactive statesPlaceholder text |
| 400 | 5EC0 #5EC0ED | Disabled statesSecondary iconsMuted text |
| 500 | 30AE #30AEE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1691 #1691CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1273 #1273A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D52 #0D5273 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0835 #083549 | 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: #F1FAFD;
--sky-blue-100: #DFF2FB;
--sky-blue-200: #C3E8F8;
--sky-blue-300: #95D6F3;
--sky-blue-400: #5EC0ED;
--sky-blue-500: #30AEE8;
--sky-blue-600: #1691CA;
--sky-blue-700: #1273A1;
--sky-blue-800: #0D5273;
--sky-blue-900: #083549;
--sky-blue-950: #05212E;
}