Sky Blue
#95BCF4
BlueColor Codes
All color formats for development
HEX
#95BCF4RGB
rgb(149, 188, 244)HSL
hsl(215, 81%, 77%)OKLCH
oklch(0.788 0.091 257.4)CMYK
cmyk(39%, 23%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71A6F0
2#4E90EC
3#2A7AE9
4#1666D5
5#1355B2
6#0F448E
7#0B336B
8#072247
9#041124
Tints
Lighter variations
1#9FC3F5
2#AACAF6
3#B5D0F7
4#BFD7F8
5#CADEF9
6#D5E4FB
7#DFEBFC
8#EAF2FD
9#F4F8FE
Tones
Muted variations
1#9ABDEF
2#9EBEEA
3#A3BFE6
4#A8C0E1
5#ADC0DC
6#B1C1D7
7#B6C2D3
8#BBC3CE
9#C0C4C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEB #DFEBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D9 #C3D9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95BC #95BCF4 | BordersInactive statesPlaceholder text |
| 400 | 5D9A #5D9AEE | Disabled statesSecondary iconsMuted text |
| 500 | 2F7D #2F7DE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1561 #1561CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 114D #114DA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C37 #0C3773 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0823 #08234A | Primary textHigh emphasis contentDark headings |
| 950 | 0516 #05162E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F6FE;
--sky-blue-100: #DFEBFC;
--sky-blue-200: #C3D9F9;
--sky-blue-300: #95BCF4;
--sky-blue-400: #5D9AEE;
--sky-blue-500: #2F7DE9;
--sky-blue-600: #1561CB;
--sky-blue-700: #114DA2;
--sky-blue-800: #0C3773;
--sky-blue-900: #08234A;
--sky-blue-950: #05162E;
}