Sky Blue
#95D4F3
BlueColor Codes
All color formats for development
HEX
#95D4F3RGB
rgb(149, 212, 243)HSL
hsl(200, 80%, 77%)OKLCH
oklch(0.838 0.077 230.1)CMYK
cmyk(39%, 13%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72C6EF
2#4FB7EB
3#2BA9E7
4#1895D4
5#147CB1
6#10638D
7#0C4B6A
8#083247
9#041923
Tints
Lighter variations
1#A0D8F4
2#ABDDF6
3#B5E1F7
4#C0E5F8
5#CAE9F9
6#D5EEFA
7#DFF2FB
8#EAF6FD
9#F4FBFE
Tones
Muted variations
1#9AD2EF
2#9FD1EA
3#A4CFE5
4#A8CEE1
5#ADCCDC
6#B2CBD7
7#B6C9D2
8#BBC7CE
9#C0C6C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF2 #DFF2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E7 #C3E7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D4 #95D4F3 | BordersInactive statesPlaceholder text |
| 400 | 5EBE #5EBEED | Disabled statesSecondary iconsMuted text |
| 500 | 30AB #30ABE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 168E #168ECA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1271 #1271A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D51 #0D5173 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0834 #083449 | Primary textHigh emphasis contentDark headings |
| 950 | 0520 #05202E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F9FD;
--sky-blue-100: #DFF2FB;
--sky-blue-200: #C3E7F8;
--sky-blue-300: #95D4F3;
--sky-blue-400: #5EBEED;
--sky-blue-500: #30ABE8;
--sky-blue-600: #168ECA;
--sky-blue-700: #1271A1;
--sky-blue-800: #0D5173;
--sky-blue-900: #083449;
--sky-blue-950: #05202E;
}