Sky Blue
#95D3F4
BlueColor Codes
All color formats for development
HEX
#95D3F4RGB
rgb(149, 211, 244)HSL
hsl(201, 81%, 77%)OKLCH
oklch(0.836 0.078 232.1)CMYK
cmyk(39%, 14%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71C4F0
2#4EB5EC
3#2AA6E9
4#1692D5
5#137AB2
6#0F628E
7#0B496B
8#073147
9#041824
Tints
Lighter variations
1#9FD7F5
2#AADBF6
3#B5E0F7
4#BFE4F8
5#CAE9F9
6#D5EDFB
7#DFF2FC
8#EAF6FD
9#F4FBFE
Tones
Muted variations
1#9AD1EF
2#9ED0EA
3#A3CEE6
4#A8CDE1
5#ADCBDC
6#B1CAD7
7#B6C9D3
8#BBC7CE
9#C0C6C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF1 #DFF1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E6 #C3E6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D3 #95D3F4 | BordersInactive statesPlaceholder text |
| 400 | 5DBB #5DBBEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FA8 #2FA8E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 158B #158BCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 116F #116FA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C4F #0C4F73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0833 #08334A | 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: #F1F9FE;
--sky-blue-100: #DFF1FC;
--sky-blue-200: #C3E6F9;
--sky-blue-300: #95D3F4;
--sky-blue-400: #5DBBEE;
--sky-blue-500: #2FA8E9;
--sky-blue-600: #158BCB;
--sky-blue-700: #116FA2;
--sky-blue-800: #0C4F73;
--sky-blue-900: #08334A;
--sky-blue-950: #05202E;
}