Sky Blue
#95D2F3
BlueColor Codes
All color formats for development
HEX
#95D2F3RGB
rgb(149, 210, 243)HSL
hsl(201, 80%, 77%)OKLCH
oklch(0.834 0.078 232.6)CMYK
cmyk(39%, 14%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72C4EF
2#4FB5EB
3#2BA6E7
4#1892D4
5#147AB1
6#10618D
7#0C496A
8#083147
9#041823
Tints
Lighter variations
1#A0D7F4
2#ABDBF6
3#B5E0F7
4#C0E4F8
5#CAE9F9
6#D5EDFA
7#DFF2FB
8#EAF6FD
9#F4FBFE
Tones
Muted variations
1#9AD1EF
2#9FD0EA
3#A4CEE5
4#A8CDE1
5#ADCBDC
6#B2CAD7
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 | DFF1 #DFF1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E6 #C3E6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D2 #95D2F3 | BordersInactive statesPlaceholder text |
| 400 | 5EBB #5EBBED | Disabled statesSecondary iconsMuted text |
| 500 | 30A8 #30A8E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 168B #168BCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 126F #126FA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4F #0D4F73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0833 #083349 | 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: #DFF1FB;
--sky-blue-200: #C3E6F8;
--sky-blue-300: #95D2F3;
--sky-blue-400: #5EBBED;
--sky-blue-500: #30A8E8;
--sky-blue-600: #168BCA;
--sky-blue-700: #126FA1;
--sky-blue-800: #0D4F73;
--sky-blue-900: #083349;
--sky-blue-950: #05202E;
}