Sky Blue
#6DB7DF
BlueColor Codes
All color formats for development
HEX
#6DB7DFRGB
rgb(109, 183, 223)HSL
hsl(201, 64%, 65%)OKLCH
oklch(0.746 0.094 233.6)CMYK
cmyk(51%, 18%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51A9D9
2#369CD3
3#2A8ABE
4#2477A3
5#1E6388
6#184F6D
7#123B52
8#0C2836
9#06141B
Tints
Lighter variations
1#7BBEE2
2#8AC5E5
3#99CDE9
4#A7D4EC
5#B6DBEF
6#C4E2F2
7#D3E9F5
8#E2F1F9
9#F0F8FC
Tones
Muted variations
1#72B5D9
2#78B3D3
3#7EB2CE
4#83B0C8
5#89AEC2
6#8FADBD
7#95ABB7
8#9AA9B1
9#A0A7AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F1 #E2F1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E4 #C9E4F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD0 #9FD0EA | BordersInactive statesPlaceholder text |
| 400 | 6DB7 #6DB7DF | Disabled statesSecondary iconsMuted text |
| 500 | 43A2 #43A2D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2886 #2886B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 206A #206A92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 174C #174C69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F31 #0F3143 | Primary textHigh emphasis contentDark headings |
| 950 | 091E #091E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F9FC;
--sky-blue-100: #E2F1F9;
--sky-blue-200: #C9E4F3;
--sky-blue-300: #9FD0EA;
--sky-blue-400: #6DB7DF;
--sky-blue-500: #43A2D6;
--sky-blue-600: #2886B8;
--sky-blue-700: #206A92;
--sky-blue-800: #174C69;
--sky-blue-900: #0F3143;
--sky-blue-950: #091E2A;
}