Sky Blue
#95CBF4
BlueColor Codes
All color formats for development
HEX
#95CBF4RGB
rgb(149, 203, 244)HSL
hsl(206, 81%, 77%)OKLCH
oklch(0.819 0.081 241.7)CMYK
cmyk(39%, 17%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71B9F0
2#4EA8EC
3#2A96E9
4#1683D5
5#136DB2
6#0F578E
7#0B416B
8#072C47
9#041624
Tints
Lighter variations
1#9FD0F5
2#AAD5F6
3#B5DAF7
4#BFE0F8
5#CAE5F9
6#D5EAFB
7#DFEFFC
8#EAF5FD
9#F4FAFE
Tones
Muted variations
1#9ACAEF
2#9EC9EA
3#A3C9E6
4#A8C8E1
5#ADC8DC
6#B1C7D7
7#B6C6D3
8#BBC6CE
9#C0C5C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEF #DFEFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E1 #C3E1F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CB #95CBF4 | BordersInactive statesPlaceholder text |
| 400 | 5DAF #5DAFEE | Disabled statesSecondary iconsMuted text |
| 500 | 2F99 #2F99E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 157C #157CCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1163 #1163A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C47 #0C4773 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082D #082D4A | Primary textHigh emphasis contentDark headings |
| 950 | 051C #051C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FE;
--sky-blue-100: #DFEFFC;
--sky-blue-200: #C3E1F9;
--sky-blue-300: #95CBF4;
--sky-blue-400: #5DAFEE;
--sky-blue-500: #2F99E9;
--sky-blue-600: #157CCB;
--sky-blue-700: #1163A2;
--sky-blue-800: #0C4773;
--sky-blue-900: #082D4A;
--sky-blue-950: #051C2E;
}