Teal
#064F7A
BlueColor Codes
All color formats for development
HEX
#064F7ARGB
rgb(6, 79, 122)HSL
hsl(202, 91%, 25%)OKLCH
oklch(0.411 0.096 242.9)CMYK
cmyk(95%, 35%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05476E
2#053F61
3#043755
4#033049
5#03283D
6#022031
7#021825
8#011018
9#01080C
Tints
Lighter variations
1#07679E
2#097FC3
3#0B97E7
4#24A8F5
5#48B7F6
6#6DC5F8
7#91D4FA
8#B6E2FC
9#DAF1FD
Tones
Muted variations
1#0C4E74
2#114C6E
3#174B68
4#1D4963
5#23475D
6#294657
7#2E4451
8#34434B
9#3A4146
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF1 #DDF1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E6 #C0E6FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FD3 #8FD3FA | BordersInactive statesPlaceholder text |
| 400 | 55BB #55BBF7 | Disabled statesSecondary iconsMuted text |
| 500 | 24A8 #24A8F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A8B #0A8BD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 086F #086FAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 064F #064F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0433 #04334E | Primary textHigh emphasis contentDark headings |
| 950 | 0220 #022031 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0F9FE;
--teal-100: #DDF1FD;
--teal-200: #C0E6FC;
--teal-300: #8FD3FA;
--teal-400: #55BBF7;
--teal-500: #24A8F5;
--teal-600: #0A8BD6;
--teal-700: #086FAA;
--teal-800: #064F7A;
--teal-900: #04334E;
--teal-950: #022031;
}